-
Notifications
You must be signed in to change notification settings - Fork 22
Ability to check if the user signing up exists already #39
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Problem
Currently, I think if you try to sign up right now using existing credentials, while the API does respond with an error. It's not feasible enough to check through exc/ exception that the mobile exists/ primary key exists / email exists. And while server messages are fine. Translation for them is an issue.
Solution
Having a separate API for checking whether or not a user exists. Based on email & phone number. And maybe even check for enabled or not, I suppose. I believe this would be useful in other cases as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers