##// END OF EJS Templates
Hide openid stuff on my account if disabled (#699)....
Jean-Philippe Lang -
r2393:2807b9c927af
parent child
Show More
@@ -15,7 +15,9
15 15 <p><%= f.text_field :lastname, :required => true %></p>
16 16 <p><%= f.text_field :mail, :required => true %></p>
17 17 <p><%= f.select :language, lang_options_for_select %></p>
18 <% if Setting.openid? %>
18 19 <p><%= f.text_field :identity_url %></p>
20 <% end %>
19 21
20 22 <% @user.custom_field_values.select(&:editable?).each do |value| %>
21 23 <p><%= custom_field_tag_with_label :user, value %></p>
General Comments 0
You need to be logged in to leave comments. Login now