diff options
Diffstat (limited to 'redmine/app/views/account/password_recovery.rhtml')
-rw-r--r-- | redmine/app/views/account/password_recovery.rhtml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/redmine/app/views/account/password_recovery.rhtml b/redmine/app/views/account/password_recovery.rhtml deleted file mode 100644 index 39a8071a9..000000000 --- a/redmine/app/views/account/password_recovery.rhtml +++ /dev/null @@ -1,21 +0,0 @@ -<center> -<div class="box login"> -<h2><%=l(:label_password_lost)%></h2> -
-<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
- -<%= error_messages_for 'user' %> -
- <%= start_form_tag({:token => @token.value}, :class => "tabular") %> -
- <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> - <%= password_field_tag 'new_password', nil, :size => 25 %></p>
-
- <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> - <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
- - <p><center><%= submit_tag l(:button_save) %></center></p> - <%= end_form_tag %>
-
-</div> -</center>
\ No newline at end of file |