Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Account Verification

Brock Allen edited this page Oct 22, 2013 · 4 revisions

MembershipReboot can be configured to require account verification. This is performed by sending an email to the account owner to confirm the email address as well as their intent to create the account. Email verification is also important when a user needs a username reminder or to reset their password. As such, an email can not be used for a different account within the same tenant.

Account verification can be disabled by setting the the boolean flag via the SecuritySettings.RequireAccountVerification property, or in the config file:

<membershipReboot requireAccountVerification="false" />

The default is true.

Clone this wiki locally