Describe the bug
Once a user gets deleted by admin or if he himself deletes the account, then later he cannot signup with the same email. An error User already exists. persists
To Reproduce
Steps to reproduce the behavior:
- Go to
Admin > Users
- Delete a test user
- Try to signup again using same email as of test user
- See error
Expected behavior
The user must be allowed to signup with that email
Additional context
Related to #5805
Will work on it