Commit Graph

4 Commits

Author SHA1 Message Date
Cody Cutrer 42f0b97527 pass host not account domain to context_host refs
test plan:
 * ensure specs pass

Change-Id: I0ce287218b09dc7d03242e09354749020b7044a6
Reviewed-on: https://gerrit.instructure.com/9819
Reviewed-by: Bracken Mosbacker <bracken@instructure.com>
Tested-by: Cody Cutrer <cody@instructure.com>
2012-04-18 15:09:21 -06:00
Cody Cutrer 3f3bfd2a9c pre-fill the correct unique_id when confirming cc's refs
this reduces confusion for multiple users trying to share e-mail addresses

also changed to passing the information as
pseudonym_session[unique_id]=<unique_id> and expected_user_id rather than
pseudonym=<pseudonym_id> to prevent a leak of information for users just
putting in arbitrary values for pseduonym_id.  Conveniently, this means
that incorrect passwords will pre-fill the form with the username you
just tried.

testplan: add an e-mail in your profile, and then log out before confirming

Change-Id: I51ae5301d509cc6cdca0fbed8118cc4b5279f928
Reviewed-on: https://gerrit.instructure.com/6805
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-11-09 14:58:29 -07:00
Cody Cutrer d9b4a245ba redesign merge/registration/confirmation page closes
* Don't show merge opportunities for confirmation or transfer enrollment flows
 * Combine current user and other user sections into a single section
 * Use simplified wording for single merge opportunity
 * Use "add e-mail address" for logged in, non-matching single e-mail opportunity
 * Hide the registration form behind an additional click if there are merge
   opportunities
 * When a login is required to complete the action, automatically do the action
   after login, assuming they logged in as the correct user

Change-Id: If07b38702c15509af6798fc00bc062f286789438
Reviewed-on: https://gerrit.instructure.com/6649
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-11-07 12:19:24 -07:00
Brian Whitmer 8b8173dcc9 Initial commit.
closes 
2011-01-31 18:57:29 -07:00