Overview
This article will provide steps to disable the verification email sent to the user after they successfully sign up using a database connection for only specific connections.
- The verification email can be disabled for all connections by disabling the template in User Management > Branding > Email Templates, however it is also possible to disable the email for individual connections.
Applies To
- Email Verification
- Database Connection
Solution
To disable this email verification for some connections and not others, adjust the configuration at the Connection level using one of the following methods:
- Within the Database connection, trigger a PATCH call using the Update a connection endpoint to update the following:
"options": {
"attributes": {
"email": {
"signup": {
"status": "required",
"verification": {
"active": false
}
- It is also possible to configure this in the Auth0 Dashboard via Authentication > Database > Connection > Attributes > Email > Configure and deselection box for “Verify Email on Signup”