Mercurial > hg > soundsoftware-site
comparison app/views/account/.svn/text-base/password_recovery.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <h2><%=l(:label_password_lost)%></h2> | |
2 | |
3 <%= error_messages_for 'user' %> | |
4 | |
5 <% form_tag({:token => @token.value}) do %> | |
6 <div class="box tabular"> | |
7 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> | |
8 <%= password_field_tag 'new_password', nil, :size => 25 %><br /> | |
9 <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p> | |
10 | |
11 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> | |
12 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p> | |
13 </div> | |
14 <p><%= submit_tag l(:button_save) %></p> | |
15 <% end %> |