-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: make user Alias unique on create - prevent accidentally double … #144
feat: make user Alias unique on create - prevent accidentally double … #144
Conversation
…creation of a player
I think it would be good to check this in the frontend as well, so ab error can be displayed immediately without going to the server first. |
But additionally check on server side 👍 |
@MaSch0212 I've added the client side check - and also the ability to open the previously named "user created" view (where you are able to copy the welcome message and the password) on the "edit User" page. With this, it is possible to get the welcome message in case a user has been created at an earlier time. |
Will have a look tomorrow. |
src/client/src/app/components/users/user-dialog/user-dialog.component.ts
Outdated
Show resolved
Hide resolved
src/client/src/app/components/users/user-dialog/user-dialog.component.ts
Outdated
Show resolved
Hide resolved
src/client/src/app/components/users/user-welcome-dialog/user-welcome-dialog.component.html
Outdated
Show resolved
Hide resolved
…elcome-dialog.component.html Co-authored-by: Marc Schmidt <[email protected]>
…creation of a player