Actions
Idea #1776
closedUser receives automatic email notification when account gets activated
Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
-
Target version:
Start date:
04/08/2014
Due date:
Story points:
1.0
Description
See: http://guides.rubyonrails.org/action_mailer_basics.html
Use "rails generate mailer" to create a UserNotifier; add an account_is_setup
method & view
Add a boolean param "send_notification_email" to the "users.setup" action. (Should be able to specify this with default=true in _setup_requires_parameters().)
And of course, if send_notification_email param is set and the setup action succeeds, send the notification email to the user.
Bonus: add themes_for_rails to services/api (set it up just like in Workbench) and add a "default" theme showing how to customize the notification message.- See apps/workbench/app/controllers/application_controller.rb
- See https://github.com/lucasefe/themes_for_rails/wiki
Related issues
Updated by Ward Vandewege over 10 years ago
- Target version set to 2014-03-26 Debt service and dev painkillers
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-03-26 Debt service and dev painkillers to 2014-04-16 Dev tools and data/resource management
Updated by Radhika Chippada over 10 years ago
- Status changed from New to Resolved
All implementation is completed and reviewed. Code is merged into master.
Updated by Brett Smith 3 months ago
- Related to Bug #22027: remove themes_for_rails dependency that is causing arvados-api-server package build/test to fail added
Actions