multiple pages: change user_name to username (#3841)
This commit is contained in:

committed by
GitHub

parent
2c9b7c9f5c
commit
26e019b295
@@ -4,15 +4,15 @@
|
||||
|
||||
- Add a user to the current project:
|
||||
|
||||
`add user {{user_name}};`
|
||||
`add user {{username}};`
|
||||
|
||||
- Grant a set of authorities to a user:
|
||||
|
||||
`grant {{action_list}} on {{object_type}} {{object_name}} to user {{user_name}};`
|
||||
`grant {{action_list}} on {{object_type}} {{object_name}} to user {{username}};`
|
||||
|
||||
- Show authorities of a user:
|
||||
|
||||
`show grants for {{user_name}};`
|
||||
`show grants for {{username}};`
|
||||
|
||||
- Create a user role:
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
- Grant a role to a user:
|
||||
|
||||
`grant {{role_name}} to {{user_name}};`
|
||||
`grant {{role_name}} to {{username}};`
|
||||
|
Reference in New Issue
Block a user