How can I avoid the generic error message when a user attempts to sign up with an existing email address?

When a user attempts to sign up with an existing email address, they see this generic error:

WE’RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING TO SIGN UP.

This is confusing. How can I show them ‘user already exists’ instead?

1 Like

We have a configuration option named Use a Generic Response in Public Signup API Error Message on the tenants advance settings for managing the error message. You may find more details about this setting here.

Having said this, sending a generic error message is considered more secure so it is the default configuration when a new tenant is created. You may find a related StackOverflow discussion about it here.

3 Likes

Thanks for sharing this scenario with solution Saltuk!

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