Interface | Description |
---|---|
IPasswordManager | |
IPasswordRecovery | |
ISignUpAssistantPlugin |
ADVANCED USERS ONLY
Allows to plug custom code in the SignUp Assistant process flow.
|
ISignUpValidator |
Class | Description |
---|---|
CustomFieldPasswordRecovery | |
LegacyPasswordRecovery | |
SignUpAssistantComponent |
Overview
The SignUpAssistant Component is a helper class that assist developers in creating a full-fledged database-driven
sign up process without the hassle of writing all the server and database code.
|
SignUpConfiguration |
Provides all the necessary settings for the SignUpAssistant Component
|
SignUpConfiguration.EmailConfig |
Configures the options related to sending an email response, after a successful user registration.
|
SignUpConfiguration.PasswordRecovery |
Configures the Password Recovery feature of the SignUp Assistant.
|
Enum | Description |
---|---|
PasswordMode |
Indicates how the password should be stored in the database
|
RecoveryMode |
Determines the mode of the Password Recovery service
|
SignUpErrorCodes |
Provides several error codes that are associated with customizable error messages.
|
Exception | Description |
---|---|
SignUpValidationException |
Signal a validation error during the SignUp process
|