Skip to content

Commit cfc9c14

Browse files
authored
Merge pull request #211 from prilr/hook-user-correction
Correct the documentation for post_modify_user.py hook
2 parents e94939e + 7ecb67b commit cfc9c14

File tree

1 file changed

+2
-2
lines changed
  • docs/cloudlinuxos/control_panel_integration

1 file changed

+2
-2
lines changed

docs/cloudlinuxos/control_panel_integration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ After creating a new user, the following script should be called:
10011001
| | | | |
10021002
|-|-|-|-|
10031003
|Argument |Mandatory |Default |Description |
1004-
|<span class="notranslate">--username, -u</span>|Yes | - |The name of administrator account to be removed |
1005-
|<span class="notranslate">--owner, -o</span>|Yes | - |A name of the account owner. The owner can be an administrator or a reseller |
1004+
|<span class="notranslate">--username, -u</span>|Yes | - |The name of the user account |
1005+
|<span class="notranslate">--owner, -o</span>|Yes | - |The owned of the created account. The owner can be an administrator or a reseller |
10061006

10071007
After renaming a user (when a user name or a home directory was changed), the following script should be called:
10081008

0 commit comments

Comments
 (0)