annotate app/views/account/.svn/text-base/password_recovery.rhtml.svn-base @ 904:0a8317a50fa0 redmine-1.1

Close obsolete branch redmine-1.1
author Chris Cannam
date Fri, 14 Jan 2011 12:53:21 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 <h2><%=l(:label_password_lost)%></h2>
Chris@0 2
Chris@0 3 <%= error_messages_for 'user' %>
Chris@0 4
Chris@0 5 <% form_tag({:token => @token.value}) do %>
Chris@0 6 <div class="box tabular">
Chris@0 7 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label>
Chris@0 8 <%= password_field_tag 'new_password', nil, :size => 25 %><br />
Chris@0 9 <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
Chris@0 10
Chris@0 11 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
Chris@0 12 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
Chris@0 13 </div>
Chris@0 14 <p><%= submit_tag l(:button_save) %></p>
Chris@0 15 <% end %>