Setting | Value |
---|---|
Use {attribute} as Identifier | True |
Allow Signup with {attribute} | Required |
Require {attribute} on user profile | True |
Username Length | Min: 1 Max: 15 |
Allow usernames in email format | False |
Allow usernames in phone number format | False |
Email Available Attributes and Configuration Options for Email Identifier
Option | |
---|---|
Use Email as Identifier | Turning this on will make email an identifier for this connection. Users will be able to use email for login and password reset. |
Allow Signup with Email | Choose how email will be collected at signup
Signup flows include:
|
Verify email on sign up | Users will be asked to verify their email address via magic link when signing up. |
Require email on user profile | Requires email to be present across all operations that create or update a user profile on this connection. Will require email is present on the following:
|
Phone Available Attributes and Configuration Options for Phone Identifier
Option | |
---|---|
Use Phone as Identifier | Turning this on will make phone_number an identifier for this connection. Users will be able to use phone_number for login and password reset. |
Allow Signup with Phone | Choose how the phone number will be collected at signup
Signup flows include:
|
Verify phone on signup | Users will be required to verify their phone number via OTP when signing up. Please ensure you have configured a phone provider or your users will not be able to proceed with signing up. |
Require phone on user profile | Requires phone to be present across all operations that create or update a user profile on this connection. Will require phone is present on the following:
|
Username Available Attributes and Configuration Options for Username Identifier
Option | |
---|---|
Use Username as Identifier | Turning this on will make username an identifier for this connection. Users will be able to use username for login and password reset. |
Allow Signup with Username | Choose how the username will be collected at signup
Signup flows include:
|
Require username on user profile | Requires username to be present across all operations that create or update a user profile on this connection. Will require username is present on the following:
|
Username Length | Set the minimum and maximum values allowed for a user to have as username. |
options
object that does not include the attributes
parameter, as shown below.
options
parameter, the entire options
object is overridden. To avoid partial data or other issues, ensure all current parameters are present by copying the contents within the connections options
object and including it in the PATCH call. The only parameter you should remove is attributes
.username
enabled as an Attribute, performing the following action requires you to modify your username
settings. You’ll need to reconfigure your username settings if you choose this path.