Patch #4977 ยป 0009-ldap-user-can-t-change-name-and-email.patch
| app/views/my/account.rhtml | ||
|---|---|---|
| 12 | 12 |
<div class="splitcontentleft"> |
| 13 | 13 |
<h3><%=l(:label_information_plural)%></h3> |
| 14 | 14 |
<div class="box tabular"> |
| 15 |
<% if @user.auth_source.nil? %> |
|
| 15 | 16 |
<p><%= f.text_field :firstname, :required => true %></p> |
| 16 | 17 |
<p><%= f.text_field :lastname, :required => true %></p> |
| 17 | 18 |
<p><%= f.text_field :mail, :required => true %></p> |
| 19 |
<% end %> |
|
| 18 | 20 |
<p><%= f.select :language, lang_options_for_select %></p> |
| 19 | 21 |
<% if Setting.openid? %> |
| 20 | 22 |
<p><%= f.text_field :identity_url %></p> |