Mercurial > hg > soundsoftware-site
annotate .svn/pristine/20/20b8ba7bb15b0efb2e3e09bae49971ba5e4c3a84.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%=l(:label_password_lost)%></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <%= error_messages_for 'user' %> |
Chris@1296 | 4 |
Chris@1296 | 5 <%= form_tag(lost_password_path) do %> |
Chris@1296 | 6 <%= hidden_field_tag 'token', @token.value %> |
Chris@1296 | 7 <div class="box tabular"> |
Chris@1296 | 8 <p> |
Chris@1296 | 9 <label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> |
Chris@1296 | 10 <%= password_field_tag 'new_password', nil, :size => 25 %> |
Chris@1296 | 11 <em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em> |
Chris@1296 | 12 </p> |
Chris@1296 | 13 |
Chris@1296 | 14 <p> |
Chris@1296 | 15 <label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> |
Chris@1296 | 16 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %> |
Chris@1296 | 17 </p> |
Chris@1296 | 18 </div> |
Chris@1296 | 19 <p><%= submit_tag l(:button_save) %></p> |
Chris@1296 | 20 <% end %> |