| Class | Description |
|---|---|
| UserAccountsCreatePasswordPage |
When the user clicks on the link in their notification email, handle their
request to create a password.
|
| UserAccountsFirstTimeExternalPage |
Handle the first-time login of an Externally Authenticated user who has no
UserAccount - let's create one!
If they get here from the login, there should be an ExternalLoginInfo waiting
in the session.
|
| UserAccountsFirstTimeExternalPageStrategy |
Handle the variations in the UserAccountsFirstTimeExternal page.
|
| UserAccountsFirstTimeExternalPageStrategy.EmailStrategy | |
| UserAccountsFirstTimeExternalPageStrategy.NoEmailStrategy | |
| UserAccountsMyAccountPage |
Handle the "My Account" form display and submission.
|
| UserAccountsMyAccountPage.ProxyInfo | |
| UserAccountsMyAccountPageStrategy |
Handle the variant details of the MyAccounts page
|
| UserAccountsPasswordBasePage |
Routines in common to the "Create Password" and "Reset Password" pages.
|
| UserAccountsResetPasswordPage |
When the user clicks on the link in their notification email, handle their
request to reset their password.
|
| UserAccountsUserController |
Parcel out the different actions required of the UserAccounts GUI.
|
Copyright © 2016. All rights reserved.