Show verification required message on unverified login attempt

I want users to see an error message like: “Please verify your email before logging in” if they try to login being unverified yet. I’m using Universal Login without custom templates so I would just want a message to be shown. Currently I use api.access.deny on post login but it directs user to the callback with the error message and I don’t see how do I lead user farther back to you to display them the message on your login page.

Hi @oleksandr.burla

Welcome to the Auth0 Community!

I’ve posted a solution to similar question under this topic → UN-verified email - resend Verification Email via Action - #3
Please let me know if this solves your issue!

Thanks
Dawid

1 Like

Hi there. That helped, I like these custom flows and forms. Would be good to have them available on post signup, I think. Thanks for help!