| Package | Description |
|---|---|
| com.smartfoxserver.v2.components.signup |
| Class and Description |
|---|
| IPasswordRecovery |
| ISignUpAssistantPlugin
ADVANCED USERS ONLY
Allows to plug custom code in the SignUp Assistant process flow.
|
| PasswordMode
Indicates how the password should be stored in the database
|
| RecoveryMode
Determines the mode of the Password Recovery service
|
| 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.
|
| SignUpErrorCodes
Provides several error codes that are associated with customizable error messages.
|
| SignUpValidationException
Signal a validation error during the SignUp process
|