Custom Database - User Sign Up Error "We're sorry, something sent wrong when attempting to sign up"
Last Updated:
Overview
When using a custom database with import mode switched on and using Classic Universal Login, some users get the error:
We're sorry, something went wrong when attempting to sign up.
Applies To
- Custom Database
- Signup Error
Solution
The messaging is generic to mitigate user enumeration attacks by camouflaging the specific error so to speak. This can be switched off via the the feature flag found in Tenant Settings > Advanced.
With the above switched off the new error for this scenario will be
For info - if the user signing up does not exist in the legacy db i.e. the get_user script returns null then a new user will be created on sign up but there's no migration here anyway.