Enum Globals.PortalRegistrationType
Enumeration Of Registration Type for portal.
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public enum PortalRegistrationType : int
Remarks
NoRegistration: Disabled registration in portal.
PrivateRegistration: Once user's account information has been submitted, the portal Administrator will be notified and user's application will be subjected to a screening procedure. If user's application is authorized, the user will receive notification of access to the portal environment.
PublicRegistration: Once user's account information has been submitted, user will be immediately granted access to the portal environment.
VerifiedRegistration: Once user's account information has been submitted, user will receive an email containing unique Verification Code. The Verification Code will be required the first time when user attempt to sign in to the portal environment.
Fields
Name | Description |
---|---|
NoRegistration | Disabled Registration |
PrivateRegistration | Account need be approved by portal's administrator. |
PublicRegistration | Account will be available after post registration data successful. |
VerifiedRegistration | Account will be available by verify code. |