password_recovery.rhtml
21 lines
| 753 B
| text/html+ruby
|
RhtmlLexer
|
r10 | <center> | |
<div class="box login"> | |||
<h2><%=l(:label_password_lost)%></h2> | |||
|
r330 | ||
<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br /> | |||
|
r10 | ||
<%= error_messages_for 'user' %> | |||
|
r330 | ||
|
r181 | <% form_tag({:token => @token.value}, :class => "tabular") do %> | |
|
r330 | ||
|
r19 | <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> | |
|
r397 | <%= password_field_tag 'new_password', nil, :size => 25 %><br /> | |
<em><%= l(:text_length_between, 4, 12) %></em></p> | |||
|
r330 | ||
|
r19 | <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> | |
|
r330 | <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p> | |
|
r10 | ||
<p><center><%= submit_tag l(:button_save) %></center></p> | |||
|
r330 | <% end %> | |
|
r10 | </div> | |
</center> |