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 |
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 * off: Attribute will be blocked from signup flows. * optional: Attribute will be optional on signup flows. * required: Signup flows will fail if the attribute is not present. Signup flows include: * New Universal Login * Authentication API dbconnections/signup endpoint |
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: * Signup flows * Creating or updating a user via the Management API * Bulk user import |
Phone
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 * off: Attribute will be blocked from signup flows. * optional: Attribute will be optional on signup flows. * required: Signup flows will fail if attribute is not present. Signup flows include: * New Universal Login * Authentication API dbconnections/signup endpoint |
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: * Signup flows * Creating or updating a user via the Management API * Bulk user import |
Username
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 * off: Attribute will be blocked from signup flows. * optional: Attribute will be optional on signup flows. * required: Signup flows will fail if Attribute is not present. Signup flows include: * New Universal Login * Authentication API dbconnections/signup endpoint |
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: * Signup flows * Creating or updating a user via the Management API * Bulk user import |
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.