Changes between Version 4 and Version 5 of Proposal/ProjectSimpleAccountCreation


Ignore:
Timestamp:
Sep 27, 2011, 12:49:30 PM (13 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proposal/ProjectSimpleAccountCreation

    v4 v5  
    4848== Implementation Details ==
    4949=== 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
     56Notes: 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
     58Notes: Pre 6.13 clients only react to the Authenticator item.
    5159
    5260=== 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 ||
    5468
    5569== Conclusion ==