From 2e0a38d07c4611b1f2817cd70f6e95ca6b772ec2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 18 Oct 2016 03:34:26 +0200 Subject: Added e-mail edit field to settings, proper format default for webfinger --- app/views/auth/registrations/edit.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/auth') 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 @@ -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 -- cgit