If the user cancels forgot_password, the email address is pre-filled in.
* Change authenticate controller to use address info given in config options to avoid XHR delay. * Fix the animations so that going directly to the password section is smooth. * Update user.js->addressInfo to return the email address in the info. * Update check_registration and forgot_password for slight consistency changes. * Update the state machine to be able to add extra info to the current state's configuration. close #1001
Showing
- resources/static/dialog/controllers/authenticate.js 36 additions, 29 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/controllers/check_registration.js 3 additions, 3 deletionsresources/static/dialog/controllers/check_registration.js
- resources/static/dialog/controllers/forgot_password.js 6 additions, 7 deletionsresources/static/dialog/controllers/forgot_password.js
- resources/static/dialog/resources/state_machine.js 22 additions, 9 deletionsresources/static/dialog/resources/state_machine.js
- resources/static/shared/user.js 1 addition, 0 deletionsresources/static/shared/user.js
- resources/static/test/cases/controllers/authenticate.js 4 additions, 5 deletionsresources/static/test/cases/controllers/authenticate.js
- resources/static/test/cases/shared/user.js 1 addition, 0 deletionsresources/static/test/cases/shared/user.js
Loading
Please register or sign in to comment