Adding e-mail confirmations
This commit is contained in:
parent
b3c7c8700d
commit
fc198a8b4c
15 changed files with 72 additions and 36 deletions
9
app/views/auth/confirmations/new.html.haml
Normal file
9
app/views/auth/confirmations/new.html.haml
Normal file
|
@ -0,0 +1,9 @@
|
|||
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
|
||||
= devise_error_messages!
|
||||
|
||||
.field
|
||||
= f.email_field :email, autofocus: true, required: true, placeholder: 'E-mail address'
|
||||
.actions
|
||||
= f.button "Resend confirmation instructions", type: 'submit'
|
||||
|
||||
.form-footer= render "auth/shared/links"
|
Loading…
Add table
Add a link
Reference in a new issue