Remember the user's email address throughout all of the various front end pages.
* Makes it easier for the user whenever they go from sign up to sign in to forgot password and back. * Stop remembering the username when the user successfully completes an action * Put some code into /js/pageHelpers.js to keep /js/browserid.js clean. * Start tests for pageHelpers.js. close #476
Showing
- resources/static/dialog/test/qunit/js/browserid_unit_test.js 2 additions, 2 deletionsresources/static/dialog/test/qunit/js/browserid_unit_test.js
- resources/static/dialog/test/qunit/js/page_helpers_unit_test.js 81 additions, 0 deletions...ces/static/dialog/test/qunit/js/page_helpers_unit_test.js
- resources/static/dialog/test/qunit/qunit.js 2 additions, 1 deletionresources/static/dialog/test/qunit/qunit.js
- resources/static/js/browserid.js 5 additions, 17 deletionsresources/static/js/browserid.js
- resources/static/js/page_helpers.js 93 additions, 0 deletionsresources/static/js/page_helpers.js
- resources/static/js/pages/forgot.js 7 additions, 1 deletionresources/static/js/pages/forgot.js
- resources/static/js/pages/signin.js 3 additions, 12 deletionsresources/static/js/pages/signin.js
- resources/static/js/pages/signup.js 4 additions, 2 deletionsresources/static/js/pages/signup.js
- resources/views/layout.ejs 2 additions, 0 deletionsresources/views/layout.ejs
- scripts/compress.sh 1 addition, 1 deletionscripts/compress.sh
Loading
Please register or sign in to comment