0
0
Fork 0

Added e-mail edit field to settings, proper format default for webfinger

This commit is contained in:
Eugen Rochko 2016-10-18 03:34:26 +02:00
parent d5e086a47b
commit 2e0a38d07c
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,8 @@
= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f|
= devise_error_messages!
.field
= f.email_field :email, placeholder: 'E-mail address'
.field
= f.password_field :password, autocomplete: "off", placeholder: 'New password'
.field