Splitting off the forgot password code into its own controller so that it can be shared.
* Added forgotpassword_controller, forgotpassword.ejs, and forgotpassword_controller_unit_test. * Updated the authenticate controller/template/tests to remove the forgotpassword stuff. * Added several more tests to the authenticate suite. * Hooking up the expanded forgot password flow for "required email". * Unifying the styles between the "required email" screen and the normal flow. issue #608
Showing
- resources/static/dialog/controllers/authenticate_controller.js 11 additions, 30 deletions...rces/static/dialog/controllers/authenticate_controller.js
- resources/static/dialog/controllers/dialog_controller.js 9 additions, 0 deletionsresources/static/dialog/controllers/dialog_controller.js
- resources/static/dialog/controllers/forgotpassword_controller.js 82 additions, 0 deletions...es/static/dialog/controllers/forgotpassword_controller.js
- resources/static/dialog/controllers/required_email_controller.js 1 addition, 1 deletion...es/static/dialog/controllers/required_email_controller.js
- resources/static/dialog/dialog.js 1 addition, 0 deletionsresources/static/dialog/dialog.js
- resources/static/dialog/resources/helpers.js 0 additions, 15 deletionsresources/static/dialog/resources/helpers.js
- resources/static/dialog/views/authenticate.ejs 0 additions, 8 deletionsresources/static/dialog/views/authenticate.ejs
- resources/static/dialog/views/forgotpassword.ejs 19 additions, 0 deletionsresources/static/dialog/views/forgotpassword.ejs
- resources/static/dialog/views/requiredemail.ejs 3 additions, 3 deletionsresources/static/dialog/views/requiredemail.ejs
- resources/static/test/qunit/controllers/addemail_controller_unit_test.js 0 additions, 1 deletion...c/test/qunit/controllers/addemail_controller_unit_test.js
- resources/static/test/qunit/controllers/authenticate_controller_unit_test.js 98 additions, 19 deletions...st/qunit/controllers/authenticate_controller_unit_test.js
- resources/static/test/qunit/controllers/forgotpassword_controller_unit_test.js 118 additions, 0 deletions.../qunit/controllers/forgotpassword_controller_unit_test.js
- resources/static/test/qunit/controllers/required_email_controller_unit_test.js 1 addition, 30 deletions.../qunit/controllers/required_email_controller_unit_test.js
- resources/static/test/qunit/qunit.js 3 additions, 0 deletionsresources/static/test/qunit/qunit.js
Loading
Please register or sign in to comment