- Jul 23, 2012
-
-
Shane Tomlinson authored
* Useful for when running unit tests on testmob.org. Unit tests and code need to be embedded in an iframe.
-
Shane Tomlinson authored
Always send "new_account" in the KPI data. Default to false. close #2061
-
Shane Tomlinson authored
Make the verify button look the same on the signin page as the signup page. close #2082
-
Shane Tomlinson authored
Do not select an email address if no email is associated with a site. close #2059
-
Shane Tomlinson authored
Conflicts: resources/static/test/testHelpers/helpers.js
-
Shane Tomlinson authored
Update copy for forgot password on main site to match dialog.
-
Shane Tomlinson authored
Focus the password field on the confirmation page if the user has to enter their password. close #2087
-
- Jul 22, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve i18n of main site - strings for translators should not include site implementation details (links, ids, etc) - this prevents accidental breakage and allows us to change our ids and links without requiring retranslation. closes #2093
-
- Jul 21, 2012
-
-
Lloyd Hilaiel authored
Issues 2088 and 2104
-
Lloyd Hilaiel authored
(example code) fix logout button in example primary. we've required that folks call navigator.id.logout(), invoking the logout function with navigator.id as the this pointer.
-
Shane Tomlinson authored
When a secondary email is verified, make sure its verified bit is set to true. Lots of cleanup for readability.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
When the verification poll completes, if the user is not currently authenticated to the "password" level, use the staged password to authenticate the user. If user never entered a password, kick them over to the enter your password screen.
-
Lloyd Hilaiel authored
Issue2104 verify email reset multiple browsers
-
Lloyd Hilaiel authored
audit and simplify logic in email_for_token to return proper hint to frontend on whether they should get a password from the user and forward it along with the 'complete' request during verification process for acct creation, password reset, email addition, and email re-verificaiton
-
- Jul 20, 2012
-
-
Lloyd Hilaiel authored
Fix forgot password redirection to /signin
-
Lloyd Hilaiel authored
Fix error on too short of old password when changing password.
-
jared hirsch authored
Update "Developer" links to point to our MDN root
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
Zachary Carter authored
-
Zachary Carter authored
-
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 19, 2012
-
-
Zachary Carter authored
Ensure that when a user verifies in a different browser than what they reset their password with, they must authenticate to complete the verification
-
Shane Tomlinson authored
add access-control-allow-origin to all static resources (excluding views... tests pass, fonts look good. I can see the access-control-allow-origin on requested static resources. r+
-
Lloyd Hilaiel authored
add access-control-allow-origin to all static resources (excluding views), to allow fonts to be requested cross domain. fixes a regression introduced during the merge of router, for issue #1973
-
Dan Callahan authored
returnTo, siteName, and siteLogo only should work with the observer API.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move metrics to router: avoids headers not being forwarded and caching -...
-
- Jul 18, 2012
-
-
Zachary Carter authored
-
Zachary Carter authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 17, 2012
-
-
Shane Tomlinson authored
not BrowserID, but Persona Manually tested, tests still run. r+
-
Lloyd Hilaiel authored
-