Skip to content
Snippets Groups Projects
  1. May 15, 2012
  2. May 11, 2012
  3. May 10, 2012
  4. May 08, 2012
  5. May 07, 2012
  6. May 05, 2012
  7. May 04, 2012
  8. May 03, 2012
  9. May 04, 2012
  10. May 03, 2012
  11. May 02, 2012
    • Shane Tomlinson's avatar
      Putting the set password back into add_email_address and verify_email_address · 7df7b9c9
      Shane Tomlinson authored
      * user.js: Update verifyEmail and verifyUser to take a password.
      * network.js: Update completeEmailRegistration and completeUserRegistration to take a password.
      * Replace verify_email_address.js and add_email_address.js with a single verify_secondary_address.js to reduce duplication.
      * Update the templates.
      * Bring back verify_email_address and add_email_address templates, but remove the verify password field.
      * To dom-jquery, add show, hide functions.
      7df7b9c9
  12. May 03, 2012
  13. May 02, 2012
  14. Apr 27, 2012
    • Shane Tomlinson's avatar
      Remove duplicate reset_password through to email validation test. · a3de0eee
      Shane Tomlinson authored
      Update remaining reset_password test to deal with new flow when the user confirms the address.
      a3de0eee
    • Shane Tomlinson's avatar
      Comment updates · 02c74775
      Shane Tomlinson authored
      02c74775
    • Shane Tomlinson's avatar
      Change the order of assertion generation to be after the user is asked "is this your computer?" · be035ba2
      Shane Tomlinson authored
      * This fixes a problem where it is possible that a user takes more than 2 minutes to answer, making the already generated assertion invalid.
      * A lot of general cleanup of the state machine.
      * Push all post email selection flows to a new state, "email_valid_and_ready" which decides whether to ask the user the computer ownership status.
      * Assertions are generated after the "is this your computer" is asked.
      * doEmailChosen is replaced with doGenerateAssertion - there were multiple calls to generate an assertion, not very DRY.
      * Fix a problem in network.js where a user who completes user registration should be marked as authenticated.
      * rename email_chosen.js to generate_assertion.js to clarify its purpose.
      
      issue #1460
      be035ba2
Loading