Email verification error inside custom login page

Hi,

We would like to handle unverified emails inside our custom login page - showing this error like other validation errors.
Is there a way to do this? Can we customize the email verification rule so that we can show the errors directly inside the login page instead of forwarding them to the callback URL?

Hi @otonomo,

Welcome to the Community!

Rules run after successful authentication, meaning your user would be past the login page at that point.

An alternative would be redirecting to a holding page that waits for the user to verify.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.