diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 903891c4e..cdbe4cf8d 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -6,7 +6,6 @@ -
<%= f.text_field :firstname, :required => true %>
<%= f.text_field :identity_url %> -
<%=l(:field_password)%> * <%= password_field_tag 'password', nil, :size => 25 %>
<%=l(:field_password_confirmation)%> * +
<%=l(:field_password_confirmation)%>* <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %>
<%= l(:label_preferences)%> - <%= render :partial => 'users/preferences' %> +