-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create user from string with username generated in backend #3219
Create user from string with username generated in backend #3219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the User which is created should be inactive
currently the created account/participant is active, please change this to inactive
after a user is created a snackbar should open which says: "A user with the Surname 'bla bla' and the username 'blabla' was created"
this is currently missing, please add
I have added code for set inactive and opening the snackbar. |
...rch-selector/components/participant-search-selector/participant-search-selector.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given that the name is saved in first and last or only the first name:
Please change the snackbar message from the last name/ Surname to the first name
Changed the snackbar message to use first name instead of last name. |
...rch-selector/components/participant-search-selector/participant-search-selector.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function
Resolve #2921
In this pullrequest I have slightly changed the createFromString function, to allow the backend to generate the username.