mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-02 10:41:59 +01:00
fixt typo "an user" to "a user"
Signed-off-by: 928234269 <longfei.shang@daocloud.io>
This commit is contained in:
parent
f930786050
commit
7a4fde5ec9
@ -5054,7 +5054,7 @@ definitions:
|
|||||||
description: the role id
|
description: the role id
|
||||||
entity_id:
|
entity_id:
|
||||||
type: integer
|
type: integer
|
||||||
description: 'the id of entity, if the member is an user, it is user_id in user table. if the member is an user group, it is the user group''s ID in user_group table.'
|
description: 'the id of entity, if the member is a user, it is user_id in user table. if the member is a user group, it is the user group''s ID in user_group table.'
|
||||||
entity_type:
|
entity_type:
|
||||||
type: string
|
type: string
|
||||||
description: 'the entity''s type, u for user entity, g for group entity.'
|
description: 'the entity''s type, u for user entity, g for group entity.'
|
||||||
|
@ -144,7 +144,7 @@ func (oc *OIDCController) Callback() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Onboard handles the request to onboard an user authenticated via OIDC provider
|
// Onboard handles the request to onboard a user authenticated via OIDC provider
|
||||||
func (oc *OIDCController) Onboard() {
|
func (oc *OIDCController) Onboard() {
|
||||||
u := &onboardReq{}
|
u := &onboardReq{}
|
||||||
if err := oc.DecodeJSONReq(u); err != nil {
|
if err := oc.DecodeJSONReq(u); err != nil {
|
||||||
|
@ -275,7 +275,7 @@
|
|||||||
"USERS": "Users",
|
"USERS": "Users",
|
||||||
"EMAIL": "Email",
|
"EMAIL": "Email",
|
||||||
"ADD_USER": "Add User",
|
"ADD_USER": "Add User",
|
||||||
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
|
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
|
||||||
"NEW_GROUP": "New Group",
|
"NEW_GROUP": "New Group",
|
||||||
"IMPORT_GROUP": "Add Group Member",
|
"IMPORT_GROUP": "Add Group Member",
|
||||||
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",
|
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",
|
||||||
|
@ -276,7 +276,7 @@
|
|||||||
"USERS": "Users",
|
"USERS": "Users",
|
||||||
"EMAIL": "Email",
|
"EMAIL": "Email",
|
||||||
"ADD_USER": "Add User",
|
"ADD_USER": "Add User",
|
||||||
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
|
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
|
||||||
"NEW_GROUP": "New Group",
|
"NEW_GROUP": "New Group",
|
||||||
"IMPORT_GROUP": "Add Group Member",
|
"IMPORT_GROUP": "Add Group Member",
|
||||||
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP to project member",
|
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP to project member",
|
||||||
|
@ -259,7 +259,7 @@
|
|||||||
"EMAIL": "Email",
|
"EMAIL": "Email",
|
||||||
"ROLE": "Rôle",
|
"ROLE": "Rôle",
|
||||||
"ADD_USER": "Add User",
|
"ADD_USER": "Add User",
|
||||||
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
|
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
|
||||||
"NEW_GROUP": "New Group",
|
"NEW_GROUP": "New Group",
|
||||||
"IMPORT_GROUP": "Add Group Member",
|
"IMPORT_GROUP": "Add Group Member",
|
||||||
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",
|
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",
|
||||||
|
Loading…
Reference in New Issue
Block a user