-
- Downloads
GRN2-xx: Restructured email verification and password reset (#1444)
* Restructured email verification and password reset
* Fixed issue with password reset
Co-authored-by:
Jesus Federico <jesus@123it.ca>
Showing
- app/controllers/account_activations_controller.rb 3 additions, 4 deletionsapp/controllers/account_activations_controller.rb
- app/controllers/admins_controller.rb 1 addition, 3 deletionsapp/controllers/admins_controller.rb
- app/controllers/concerns/emailer.rb 8 additions, 8 deletionsapp/controllers/concerns/emailer.rb
- app/controllers/password_resets_controller.rb 2 additions, 12 deletionsapp/controllers/password_resets_controller.rb
- app/controllers/sessions_controller.rb 2 additions, 6 deletionsapp/controllers/sessions_controller.rb
- app/controllers/users_controller.rb 1 addition, 3 deletionsapp/controllers/users_controller.rb
- app/models/user.rb 12 additions, 23 deletionsapp/models/user.rb
- spec/controllers/account_activations_controller_spec.rb 7 additions, 12 deletionsspec/controllers/account_activations_controller_spec.rb
- spec/controllers/password_resets_controller_spec.rb 1 addition, 6 deletionsspec/controllers/password_resets_controller_spec.rb
- spec/models/user_spec.rb 7 additions, 2 deletionsspec/models/user_spec.rb
Please register or sign in to comment