diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index 2fa91afb..ea226f5c 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -15,7 +15,9 @@

<%= f.text_field :lastname, :required => true %>

<%= f.text_field :mail, :required => true %>

<%= f.select :language, lang_options_for_select %>

+<% if Setting.openid? %>

<%= f.text_field :identity_url %>

+<% end %> <% @user.custom_field_values.select(&:editable?).each do |value| %>

<%= custom_field_tag_with_label :user, value %>