X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5029db24fa9a5b67cdbc52cb97fc359463785dc5..74b91c0e3e53b4b8da8d7f759ecca67ff5c39a7b:/app/views/users/reset_password.html.erb diff --git a/app/views/users/reset_password.html.erb b/app/views/users/reset_password.html.erb index 4138bf90d..afa4cb202 100644 --- a/app/views/users/reset_password.html.erb +++ b/app/views/users/reset_password.html.erb @@ -9,11 +9,11 @@
- <%= password_field(:user, :pass_crypt, { :value => '', :tabindex => 4 }) %> + <%= password_field(:user, :pass_crypt, :value => '', :tabindex => 4) %>
- <%= password_field(:user, :pass_crypt_confirmation, { :value => '', :tabindex => 5 }) %> + <%= password_field(:user, :pass_crypt_confirmation, :value => '', :tabindex => 5) %>
<%= submit_tag t('.reset'), :tabindex => 6 %>