Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Multiple Accounts with the same generated username #178

Closed
reecebenson opened this issue Dec 7, 2019 · 0 comments · Fixed by #182
Closed

Handle Multiple Accounts with the same generated username #178

reecebenson opened this issue Dec 7, 2019 · 0 comments · Fixed by #182
Assignees
Labels
Milestone

Comments

@reecebenson
Copy link
Collaborator

reecebenson commented Dec 7, 2019

As an example, when registering as John Smith, you are generated the username for j-smith. What happens if another user registers with the same name? They are generated with the same username: j-smith, this should be looked up onPost() for the register and then the username should be automatically generated as j2-smith, etc, etc.

Linked to #177.

@reecebenson reecebenson added this to the Sprint 3 milestone Dec 7, 2019
@reecebenson reecebenson added this to To do in ESD Kanban Board via automation Dec 7, 2019
@reecebenson reecebenson changed the title Handle Multiple Accounts with same name Handle Multiple Accounts with the same generated username Dec 7, 2019
ESD Kanban Board automation moved this from To do to Done Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants