diff options
Diffstat (limited to 'app/views/auth/registrations')
-rw-r--r-- | app/views/auth/registrations/edit.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/auth/registrations/edit.html.haml b/app/views/auth/registrations/edit.html.haml index 78f4ef5dc..567f0ea44 100644 --- a/app/views/auth/registrations/edit.html.haml +++ b/app/views/auth/registrations/edit.html.haml @@ -5,6 +5,8 @@ = devise_error_messages! .field + = f.email_field :email, placeholder: 'E-mail address' + .field = f.password_field :password, autocomplete: "off", placeholder: 'New password' .field = f.password_field :password_confirmation, autocomplete: "off", placeholder: 'Confirm new password' |