Enumeration Of Registration Type for portal.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public enum PortalRegistrationType
Visual Basic
Public Enumeration PortalRegistrationType

Members

Member nameValueDescription
NoRegistration0 Disabled Registration
PrivateRegistration1 Account need be approved by portal's administrator.
PublicRegistration2 Account will be available after post registration data successful.
VerifiedRegistration3 Account will be available by verify code.

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.

See Also