-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication URL Variables #201
Comments
From [email protected] on February 25, 2013 17:00:52 |
From [email protected] on March 05, 2013 18:37:56
(ignoring incident type here) |
From [email protected] on March 05, 2013 18:56:35 This raises a bug:
How do you want to deal with the (yet-unimplemented) Drill vs. Live issue? I anticipate that the list of drill incident will be separate from the list of live incidents. |
From [email protected] on March 05, 2013 19:34:42 Added that bug as #214. I think that's true re drill incidents - they are unique incidents/events. |
From [email protected] on March 05, 2013 19:39:59 Code note: this may require changing AuthenticatedHandler which currently drops route parameters. |
From [email protected] on March 05, 2013 20:34:46 For each of the following, a person who is already logged in will automatically forward to [root]. If not logged in:
|
From [email protected] on March 05, 2013 22:04:03
Merge #162 into this one. |
Original author: [email protected] (February 25, 2013 16:59:29)
/authentication should allow for the following variables, to pre-populate the incidents and organizations. This will permit us to send custom links to each organization and decrease confusion among users.
type: [NULL,drill,live]
incident: [NULL, <name of incident>]
org: [NULL, <name of organization>]
Thus, a link to /authentication?incident=Hurricane%20Sandy%20Recovery&org=MHH-HQ would pre-populate the Incident with "Hurricane Sandy Recovery", and choose "MHH-HQ" as the organization.
See functional (but ugly) login form attached.
Original issue: http://code.google.com/p/sandy-disaster-recovery/issues/detail?id=201
The text was updated successfully, but these errors were encountered: