Registering existing users does not error
-
We've created a registration page using the FreeMarker template. It works well except any user who tries to register using an email address that already exists is not shown any error message.
I would expect the
@printErrorAlerts
macro to be called as it is with every other error. Anyone know why it isn't? -
Hmmm. It seems as though you have self service registration enabled. If this is the case, when an existing user registers for an application, the FusionAuth registration is automatically enabled.
Maybe I don't understand what you are trying to accomplish. Could you explain what you are trying to do?
-
No error in registering existing users.