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?