- Jul 27, 2012
-
-
Sean McArthur authored
-
Shane Tomlinson authored
* Disable the email field. * Focus the first password field instead of the email field. * If no email is stored (user did not come from /signin or /signup), redirect the user to /signin. * If email address that is stored is not known, redirect to /signup. * If email address that is stored is known but a primary, redirect to /signin * When calling User.addressInfo on a primary address, check whether the address is known or not. Allows us to simplify the forgot page.
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Slide the password fields down whenever they are shown. * Add slideUp/slideDown, fadeIn/fadeOut to dom-jquery.js
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- Jul 24, 2012
-
-
Shane Tomlinson authored
* If the user types in a known secondary, redirect the user to the signin page. * If the user manually clicks the "new to persona?" or "Existing account?" links, clear the stored email address.
-
Shane Tomlinson authored
* If the user enters an unknown secondary email, redirect them to the /signup page. * If the user arrives with a known secondary email in storage, show the password field.
-
- Jul 20, 2012
-
-
Shane Tomlinson authored
* to page_helpers.emailSent, add a new input paramter - pollFuncName. The poll functions are unique for each type of email sent.
-
Shane Tomlinson authored
* Generalize and cleanup unit tests
-
- Jul 18, 2012
-
-
Shane Tomlinson authored
-
- Jul 17, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
- Jul 16, 2012
-
-
Lloyd Hilaiel authored
adorn confirmations on main site (like 'd00d, sure you wanna cancel') with gettext() for proper extraction and substition
-
- Jul 13, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
they are no longer separate timeouts, nor do they start at slightly different spots in the code. The countdown starts at the end, and only once the countdown reaches 0, does the redirect take place. fixes #2007
-
Sean McArthur authored
this makes sure callbacks for animations truly are called only after the animation has finished. before, it'd be possible to trigger slightly ahead because of setTimeout tomfoolery
-
- Jul 10, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Update user.createSecondaryUser to use stageAddressVerification. rename stageAddressVerification to handleStageAddressVerificationResponse.
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
- Jul 09, 2012
-
-
Shane Tomlinson authored
Generalize error-display to extended-info. For every "screen" that is shown, create an extendedInfo and instantiate it. Remove the "error-display.show" code that was in page_helpers and page_module. issue #1916
-
- Jul 06, 2012
-
-
Ben Adida authored
-
- Jul 04, 2012
-
-
Shane Tomlinson authored
Update network.js for password_reset_status cleanup user.js for for better cohesion.
-
Shane Tomlinson authored
Add the "verified" bit to emails. Start shells for the reset_password and confirm pages.
-
- Jun 27, 2012
-
-
Shane Tomlinson authored
common/ js css i dialog/ js css i pages/ js css i
-