- Aug 01, 2012
-
-
Jed Parsons authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user hits the /signin or /forgot pages while signed in, redirect them to the "/" page. close #1345
-
- Jul 31, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
only Firefox seems to make the placeholder text be the same color as the normal text, so this will set the placeholder to a lighter grey fixes #2187
-
- Jul 28, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 27, 2012
-
-
Sean McArthur authored
Usability enhancements to the forgot password screen.
-
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.
-
Austin King authored
-
Sean McArthur authored
Issue 2120 combine signin signup pages into /signin
-
jared hirsch authored
Send html versions of emails
-
Sawyer Hollenshead authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
always set currentHint to null at startup r+ Thanks @seanmonstar! close #2132
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
Sean McArthur authored
process.env converts all values set into strings, so its better to just not set it.
-
Sean McArthur authored
fixes #2132
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Thanks @lloyd, I removed the unused paths. close #1023
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Useful for Selenium tests which need an easy mechanism to get a handle to the window being tested.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
upgrade data formats @benadida - With your check for only one of 'public-key' or 'publicKey', I am comfortable with this change. Thanks for being patient while I learned a bit more about jwcrypto and the BrowserID spec. r+
-
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.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Set a max length of URLs and URL paths. close #2080
-
Shane Tomlinson authored
Log additional verifier assertion errors, where assertion or audience could not be found. r+ @zaach - thanks for the update, looks good.
-
Shane Tomlinson authored
Fix typo in primary logging r+ Thanks @callahad
-
Dan Callahan authored
-
- Jul 24, 2012
-
-
Zachary Carter authored
-
Shane Tomlinson authored
-
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.
-