|
@@ -401,9 +401,8 @@ export interface AuthOptions {
|
|
|
* @description
|
|
* @description
|
|
|
* Determines whether new User accounts require verification of their email address.
|
|
* Determines whether new User accounts require verification of their email address.
|
|
|
*
|
|
*
|
|
|
- * If set to "true", when registering via the `registerCustomerAccount` mutation, one should *not* set the
|
|
|
|
|
- * `password` property - doing so will result in an error. Instead, the password is set at a later stage
|
|
|
|
|
- * (once the email with the verification token has been opened) via the `verifyCustomerAccount` mutation.
|
|
|
|
|
|
|
+ * If set to "true", the customer will be required to verify their email address using a verification token
|
|
|
|
|
+ * they receive in their email. See the `registerCustomerAccount` mutation for more details on the verification behavior.
|
|
|
*
|
|
*
|
|
|
* @default true
|
|
* @default true
|
|
|
*/
|
|
*/
|