-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 [Frontend] Enh: users are identified by username #6934
🎨 [Frontend] Enh: users are identified by username #6934
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.
👍
Quality Gate passedIssues Measures |
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.
No need for casting uid and gids from #6939. Not sure whether now the front-end will break if the value is already int
Nope, it will just keep the int, np. |
What do these changes do?
userName
is the new (visual) unique identifier for usersuserName
instead ofemail
email
still can be used if the user to be added doesn't hide theiremail
in the Privacy settingsfirst_name
,last_name
andemail
are optional for known-users.Related issue/s
How to test
Dev-ops checklist