Fully bring in reset password using the set_password controller.
* Remove the forgot_password controller, templates, tests, etc. * Update authenticate to trigger "new_user" with rehydration info * Update set_password to be able to handle resetting passwords as well. * Update the state machine to handle password setting or resetting.
Showing
- lib/static_resources.js 0 additions, 1 deletionlib/static_resources.js
- resources/static/dialog/controllers/actions.js 3 additions, 4 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/authenticate.js 1 addition, 1 deletionresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/controllers/forgot_password.js 0 additions, 49 deletionsresources/static/dialog/controllers/forgot_password.js
- resources/static/dialog/controllers/set_password.js 6 additions, 3 deletionsresources/static/dialog/controllers/set_password.js
- resources/static/dialog/resources/helpers.js 11 additions, 11 deletionsresources/static/dialog/resources/helpers.js
- resources/static/dialog/resources/state.js 46 additions, 33 deletionsresources/static/dialog/resources/state.js
- resources/static/dialog/start.js 0 additions, 1 deletionresources/static/dialog/start.js
- resources/static/dialog/views/forgot_password.ejs 0 additions, 30 deletionsresources/static/dialog/views/forgot_password.ejs
- resources/static/dialog/views/set_password.ejs 11 additions, 4 deletionsresources/static/dialog/views/set_password.ejs
- resources/static/shared/history.js 1 addition, 0 deletionsresources/static/shared/history.js
- resources/static/shared/modules/page_module.js 3 additions, 0 deletionsresources/static/shared/modules/page_module.js
- resources/static/shared/network.js 5 additions, 4 deletionsresources/static/shared/network.js
- resources/static/shared/state_machine.js 1 addition, 0 deletionsresources/static/shared/state_machine.js
- resources/static/shared/user.js 4 additions, 3 deletionsresources/static/shared/user.js
- resources/static/test/cases/controllers/actions.js 41 additions, 1 deletionresources/static/test/cases/controllers/actions.js
- resources/static/test/cases/controllers/authenticate.js 5 additions, 2 deletionsresources/static/test/cases/controllers/authenticate.js
- resources/static/test/cases/controllers/forgot_password.js 3 additions, 3 deletionsresources/static/test/cases/controllers/forgot_password.js
- resources/static/test/cases/controllers/set_password.js 1 addition, 1 deletionresources/static/test/cases/controllers/set_password.js
- resources/static/test/cases/resources/helpers.js 8 additions, 8 deletionsresources/static/test/cases/resources/helpers.js
Loading
Please register or sign in to comment