mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
docs: add eng version of reset passwd
This commit is contained in:
parent
b6bffc33c3
commit
451d0e9f4f
|
@ -23,3 +23,17 @@ To add new users, go to the user administration panel, on the web interface of y
|
|||
|
||||
- WEB interface: available after SelfPrivacy server configuration, at `https://cloud.YOUR.DOMAIN`
|
||||
- [Official application](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
|
||||
|
||||
|
||||
## How to reset the admin password
|
||||
|
||||
To follow the steps below, you'll need to connect to the server via SSH with administrative rights. A basic understanding of the command line is beneficial ;)
|
||||
|
||||
For detailed connection instructions, [click here](https://selfprivacy.org/docs/how-to-guides/root_ssh/).
|
||||
|
||||
|
||||
After connecting, enter the following command:
|
||||
|
||||
```nextcloud-occ user:resetpassword admin```
|
||||
|
||||
You will prompted for a new password, the characters will be hidden.
|
Loading…
Reference in a new issue