Mercurial > hg > soundsoftware-site
comparison .svn/pristine/35/350a96c8e13497f31b6983c03aa5579b67c86870.svn-base @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
1 <h2><%=l(:button_change_password)%></h2> | |
2 | |
3 <%= error_messages_for 'user' %> | |
4 | |
5 <%= form_tag({}, :class => "tabular") do %> | |
6 <div class="box"> | |
7 <p><label for="password"><%=l(:field_password)%> <span class="required">*</span></label> | |
8 <%= password_field_tag 'password', nil, :size => 25 %></p> | |
9 | |
10 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> | |
11 <%= password_field_tag 'new_password', nil, :size => 25 %> | |
12 <em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p> | |
13 | |
14 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> | |
15 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p> | |
16 </div> | |
17 <%= submit_tag l(:button_apply) %> | |
18 <% end %> | |
19 | |
20 <% unless @user.must_change_passwd? %> | |
21 <% content_for :sidebar do %> | |
22 <%= render :partial => 'sidebar' %> | |
23 <% end %> | |
24 <% end %> |