* Update the authentication page to redirect to the set password page.
* Update set password to handle either initial password set or a password reset * Update network/user.js to handle passwords when creating new users or resetting passwords.
Showing
- resources/static/dialog/controllers/authenticate.js 3 additions, 14 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/controllers/set_password.js 4 additions, 1 deletionresources/static/dialog/controllers/set_password.js
- resources/static/dialog/views/authenticate.ejs 0 additions, 6 deletionsresources/static/dialog/views/authenticate.ejs
- resources/static/dialog/views/set_password.ejs 4 additions, 2 deletionsresources/static/dialog/views/set_password.ejs
- resources/static/shared/network.js 6 additions, 3 deletionsresources/static/shared/network.js
- resources/static/shared/user.js 11 additions, 4 deletionsresources/static/shared/user.js
- resources/static/test/cases/controllers/authenticate.js 4 additions, 4 deletionsresources/static/test/cases/controllers/authenticate.js
- resources/static/test/cases/controllers/set_password.js 9 additions, 1 deletionresources/static/test/cases/controllers/set_password.js
- resources/static/test/cases/shared/network.js 4 additions, 4 deletionsresources/static/test/cases/shared/network.js
- resources/static/test/cases/shared/user.js 6 additions, 5 deletionsresources/static/test/cases/shared/user.js
Loading
Please register or sign in to comment