Inserting an HTML File After Sign Up Process

Is there a way to include an html file or an Auth0 dialog box of some sort telling the user they need to verify their email before logging back in?

Hi @crimsonartpanda

Welcome back to the Auth0 Community!

Thank you for posting your question. There’s no direct way to include an HTML file or pop-up dialog box in the new Universal Login; you can Customize text under Branding → Universal Login → Advanced Options → Custom Text.

I hope this will help you.

Thank
Dawid

Thank you for the reply! I wanted to see if there was a way to intercept the sign up process as my application logs the user in once they sign up, but they are not officially a user till they verify their email. Is there a way to redirect them somewhere else when they sign up initially or prevent them from entering a logged in session upon registration?

Is there a way to also possibly prevent an un-verified user from being able to sign back in until they verify their email?