mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-01 21:47:57 +01:00
Merge pull request #7799 from reasonerjt/oidc-onboard-user-name
Set the real name of OIDC user when onboarding
This commit is contained in:
commit
e399ffca54
@ -194,6 +194,7 @@ func (oc *OIDCController) Onboard() {
|
||||
}
|
||||
user := models.User{
|
||||
Username: username,
|
||||
Realname: d.Username,
|
||||
Email: email,
|
||||
OIDCUserMeta: &oidcUser,
|
||||
Comment: oidcUserComment,
|
||||
|
Loading…
Reference in New Issue
Block a user