-
- Downloads
Pre-release Fixes 0: Fixed email logo issue and lack of forget PWD feedback (#4687)
* Mailing: Minor fixes and improvements to emails. * Mailing: Removed unecessary tests. * v2 users migration: Removed auto reset password process. * Forget Password (FE): Added proper feedback.
Showing
- app/assets/locales/en.json 1 addition, 0 deletionsapp/assets/locales/en.json
- app/controllers/api/v1/admin/invitations_controller.rb 3 additions, 1 deletionapp/controllers/api/v1/admin/invitations_controller.rb
- app/controllers/api/v1/migrations/external_controller.rb 0 additions, 7 deletionsapp/controllers/api/v1/migrations/external_controller.rb
- app/controllers/api/v1/reset_password_controller.rb 2 additions, 1 deletionapp/controllers/api/v1/reset_password_controller.rb
- app/controllers/api/v1/users_controller.rb 2 additions, 1 deletionapp/controllers/api/v1/users_controller.rb
- app/controllers/api/v1/verify_account_controller.rb 2 additions, 1 deletionapp/controllers/api/v1/verify_account_controller.rb
- app/javascript/hooks/mutations/users/useCreateResetPwd.jsx 1 addition, 0 deletionsapp/javascript/hooks/mutations/users/useCreateResetPwd.jsx
- app/mailers/user_mailer.rb 12 additions, 3 deletionsapp/mailers/user_mailer.rb
- spec/controllers/migrations/external_controller_spec.rb 8 additions, 8 deletionsspec/controllers/migrations/external_controller_spec.rb
- spec/mailers/user_mailer_spec.rb 0 additions, 43 deletionsspec/mailers/user_mailer_spec.rb
spec/mailers/user_mailer_spec.rb
deleted
100644 → 0
Please register or sign in to comment