Mercurial > hg > soundsoftware-site
comparison .svn/pristine/20/20b8ba7bb15b0efb2e3e09bae49971ba5e4c3a84.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <h2><%=l(:label_password_lost)%></h2> | |
2 | |
3 <%= error_messages_for 'user' %> | |
4 | |
5 <%= form_tag(lost_password_path) do %> | |
6 <%= hidden_field_tag 'token', @token.value %> | |
7 <div class="box tabular"> | |
8 <p> | |
9 <label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> | |
10 <%= password_field_tag 'new_password', nil, :size => 25 %> | |
11 <em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em> | |
12 </p> | |
13 | |
14 <p> | |
15 <label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> | |
16 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %> | |
17 </p> | |
18 </div> | |
19 <p><%= submit_tag l(:button_save) %></p> | |
20 <% end %> |