mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update openpanel.md
This commit is contained in:
parent
9ca1c3d263
commit
cb835c2e83
@ -395,6 +395,72 @@ opencli user-unsuspend filip
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
|
||||
## Rename Username
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="openadmin-user-username" label="With OpenAdmin" default>
|
||||
|
||||
To Rename a user, click on the 'Edit Information' link for the user, then change the adress in 'Username' field and click on 'Save changes'.
|
||||
|
||||
Step 1. | Step 2.
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="CLI-user-email" label="With OpenCLI">
|
||||
|
||||
To change username for a user run the following command:
|
||||
|
||||
```bash
|
||||
opencli user-rename <old_username> <new_username>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
#opencli user-rename stefan pejcic
|
||||
User 'stefan' successfully renamed to 'pejcic'.
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
|
||||
## Change Email address
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="openadmin-user-email" label="With OpenAdmin" default>
|
||||
|
||||
To change email address for a user, click on the 'Edit Information' link for the user, then change the adress in 'Email address' field and click on 'Save changes'.
|
||||
|
||||
Step 1. | Step 2.
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="CLI-user-email" label="With OpenCLI">
|
||||
|
||||
To change email address for a user run the following command:
|
||||
|
||||
```bash
|
||||
opencli user-email <USERNAME> <NEW_EMAIL>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
#opencli user-email stefan stefan@pejcic.rs
|
||||
Email for user stefan updated to stefan@pejcic.rs.
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Change IP address for User
|
||||
|
||||
<Tabs>
|
||||
|
Loading…
Reference in New Issue
Block a user