I would like to know how do I add a validation if the email does not exist registered in the keycloak.
Currently, any email I add to the password recovery form, or any value such as aaa, bbb, xyz, www@mail.com and etc., the system always returns a success message, and the user does not exist in the keycloak. Is there any way to resolve this so that when the email is not registered it shows a message “Email not found for password recovery”
Console error:
filling with non-existing email in the keycloak

success message even if the user does not exist

Keycloak version: 11.0.2
Java Version: 11
Thanks