I want to remove the “Sign Up” tab on the Auth0 login page, but I want to have a registration form on my site that allows for sign ups. When I go in and disable sign ups, I cannot create users from my own api. I want to ONLY be able to sign up users from my api.
Also, why can I not sign up users with “email_verified”: true??? They have to verify their email through my site before I ever sign them up with Auth0.
You should be able to build your own signup solution using Lock or the Auth0 APIs, and you can manually set "email_verified": "true" when you create a new account.
When I initially create the user, I send “email_verified: true” but Auth0 still sets it to false. Do I have to do a second call to update the user? Because that’s really frustrating.
Also, I have built my sign-up solution. What I’m asking is how to remove the “Sign Up” tab on the Auth0 login but still allow sign ups via my solution.
Now, I did this by calling the Management API from a python script using the Auth0 python SDK. There must be something different in the way you are creating the user. Can you provide more details?
Sorry for the late reply! I must have missed the email letting me know you responded.
I’m using Node to reach out to a M2M api to create a user. When I tried to go through Management API it said I wasn’t authorized, so maybe that’s the issue.
Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.
Wanted to reach out to know if you still require further assistance?