Changes between Version 4 and Version 5 of Proposal/ProjectSimpleAccountCreation
- Timestamp:
- Sep 27, 2011, 12:49:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposal/ProjectSimpleAccountCreation
v4 v5 48 48 == Implementation Details == 49 49 === Project Cookie Contents === 50 Authenticator/!CreationTime 50 51 || Cookie Name || Cookie Data Type || Cookie Values || Cookie Description || 52 || Authenticator || string || || The account key the core client should use || 53 || !TriggerAction || string || "attach" || What action the manager should take || 54 || !CreationTime || time_t || time(0) || The current timestamp of the cookie set || 55 56 Notes: If the authenticator is missing but the !TriggerAction item is defined then it is assumed the manager should prompt for the creation of credentials. 57 58 Notes: Pre 6.13 clients only react to the Authenticator item. 51 59 52 60 === Account Manager Cookie Contents === 53 Login/!PasswordHash/ReturnURL/!CreationTime 61 62 || Cookie Name || Cookie Data Type || Cookie Values || Cookie Description || 63 || Login || string || || The username/email address to use for the account|| 64 || !PasswordHash || string || || The password hash for the account || 65 || ReturnURL || string || || The URL to display in a web browser after the wizard runs || 66 || !TriggerAction || string || "attach" || What action the manager should take || 67 || !CreationTime || time_t || time(0) || The current timestamp of the cookie set || 54 68 55 69 == Conclusion ==