-
- Downloads
Send a confirmation email when the user adds a secondary email address....
Send a confirmation email when the user adds a secondary email address. Utilizes the Devise `confirmable` capabilities. Issue #37385
Showing
- app/controllers/confirmations_controller.rb 3 additions, 2 deletionsapp/controllers/confirmations_controller.rb
- app/controllers/profiles/emails_controller.rb 1 addition, 4 deletionsapp/controllers/profiles/emails_controller.rb
- app/mailers/emails/profile.rb 0 additions, 6 deletionsapp/mailers/emails/profile.rb
- app/models/email.rb 3 additions, 0 deletionsapp/models/email.rb
- app/services/notification_service.rb 0 additions, 7 deletionsapp/services/notification_service.rb
- app/views/devise/mailer/_confirmation_instructions_secondary.html.haml 8 additions, 0 deletions...ise/mailer/_confirmation_instructions_secondary.html.haml
- app/views/devise/mailer/_confirmation_instructions_secondary.text.erb 7 additions, 0 deletions...vise/mailer/_confirmation_instructions_secondary.text.erb
- app/views/devise/mailer/confirmation_instructions.html.haml 17 additions, 14 deletionsapp/views/devise/mailer/confirmation_instructions.html.haml
- app/views/devise/mailer/confirmation_instructions.text.erb 4 additions, 0 deletionsapp/views/devise/mailer/confirmation_instructions.text.erb
- app/views/notify/new_email_email.html.haml 0 additions, 10 deletionsapp/views/notify/new_email_email.html.haml
- app/views/profiles/emails/index.html.haml 2 additions, 0 deletionsapp/views/profiles/emails/index.html.haml
- changelogs/unreleased/feature-verify_secondary_emails.yml 5 additions, 0 deletionschangelogs/unreleased/feature-verify_secondary_emails.yml
- config/routes/user.rb 5 additions, 0 deletionsconfig/routes/user.rb
- db/migrate/20170904092148_add_email_confirmation.rb 34 additions, 0 deletionsdb/migrate/20170904092148_add_email_confirmation.rb
- lib/api/users.rb 0 additions, 2 deletionslib/api/users.rb
- spec/controllers/profiles/emails_controller_spec.rb 20 additions, 0 deletionsspec/controllers/profiles/emails_controller_spec.rb
- spec/mailers/emails/profile_spec.rb 0 additions, 25 deletionsspec/mailers/emails/profile_spec.rb
- spec/services/notification_service_spec.rb 0 additions, 12 deletionsspec/services/notification_service_spec.rb
Please register or sign in to comment