Removing Email Verification page

Hi everyone, sorry if this was asked before but i could not find anything similar.

My issue/need is that when user submits form on registration page if it is successful it redirect to a page email was sent please verify your email.
I want to show that page/message as a popup without any redirection to different page, so user should stay in register.tpl or register page.

Is there any chance doing this without disabling the verification from flow ?

AFAIK The only way to do it would be to fork one of the registration forms and override the action keycloak/services/src/main/java/org/keycloak/authentication/forms at main · keycloak/keycloak · GitHub

1 Like

Thank you i will have to edit the Java :slight_smile:
Appreciate the reply couldnt find where to even edit …