diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-18 03:34:26 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-18 03:34:26 +0200 |
commit | 2e0a38d07c4611b1f2817cd70f6e95ca6b772ec2 (patch) | |
tree | 9f51518fe331a75ea5397c66ac9044b8214478a5 /app/views/auth | |
parent | d5e086a47bedc93a1ab2d197e0400ef5bc2d0e3d (diff) |
Added e-mail edit field to settings, proper format default for webfinger
Diffstat (limited to 'app/views/auth')
-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' |