summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/my/account.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml
index 2fa91afb4..ea226f5cb 100644
--- a/app/views/my/account.rhtml
+++ b/app/views/my/account.rhtml
@@ -15,7 +15,9 @@
<p><%= f.text_field :lastname, :required => true %></p>
<p><%= f.text_field :mail, :required => true %></p>
<p><%= f.select :language, lang_options_for_select %></p>
+<% if Setting.openid? %>
<p><%= f.text_field :identity_url %></p>
+<% end %>
<% @user.custom_field_values.select(&:editable?).each do |value| %>
<p><%= custom_field_tag_with_label :user, value %></p>