Skip to main content

Membership Verification Methods

Control how members log in by setting allowed verification methods in your widget or button config.

Updated this week

Members can log in using their

  • email

  • phone number,

  • or membership reference.

As long as an email address or phone number was provided during the purchase of the membership product, it will be available for Login.

You can, however, restrict verification methods by specifying them in the feature object of the widget or button data-config.

"features": { 
"membership": {
"allowedVerificationMethods": [
"email",
"reference"
]
}
}

Feature

Allowed Values

allowedVerificationMethods

"email" | "mobile" | "reference"

Verification Methods

Did this answer your question?