Hi everyone,
I am seeing the same thing with a test user I am creating using this API endpoint Auth0 Management API v2
And it’s the same behavior. When I create a user I pass “verify_email”:true
Right after the user is created the value of user.email_verified is false. After user clicks on the verification link in their email, they get brought to https://ourSubdomain.auth0.com/u/email-verification?ticket=OvGe2t5AzabzADWqgxp9VJek5yV8zwch# page that shows this error message:
Nevertheless on their user object user.email_verified is getting set to true and they can start using the system.
If I create a user through our regular registration workflow (using Lock), email verification link works and correctly redirects to our {{ application.callback_domain }}/login page.
Any insight would be appreciated.