X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cbbfdf394880d29c9a6cc2259fcfd474088fa9bb..cf682f49b37a533e7e7aa5f8ea879ba970e88490:/app/views/user/reset_password.html.erb diff --git a/app/views/user/reset_password.html.erb b/app/views/user/reset_password.html.erb index 458a6084c..7d2da5c78 100644 --- a/app/views/user/reset_password.html.erb +++ b/app/views/user/reset_password.html.erb @@ -1,12 +1,12 @@ -
<%= t 'user.reset_password.password' %> | <%= password_field(:user, :pass_crypt,{:size => 30, :maxlength => 255, :tabindex => 4}) %> |
<%= t 'user.reset_password.confirm password' %> | <%= password_field(:user, :pass_crypt_confirmation,{:size => 30, :maxlength => 255, :tabindex => 5}) %> |
<%= t 'user.reset_password.password' %> | <%= password_field(:user, :pass_crypt, {:value => '', :size => 30, :maxlength => 255, :tabindex => 4}) %> |
<%= t 'user.reset_password.confirm password' %> | <%= password_field(:user, :pass_crypt_confirmation, {:value => '', :size => 30, :maxlength => 255, :tabindex => 5}) %> |