mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'docs: add reset paswd nextcloud' (#63) from reset_paswd_nextcloud into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/63 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
510c4f84f0
|
@ -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.
|
|
@ -23,3 +23,17 @@ description: >
|
|||
|
||||
- WEB-интерфейс: доступен после настройки сервера SelfPrivacy, по адресу `https://cloud.ВАШ.ДОМЕН`
|
||||
- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
|
||||
|
||||
|
||||
## Как сбросить админ пароль
|
||||
|
||||
Для следующих действий вам нужно будет подключиться по ssh к серверу с правами администратора. Минимальное понимание работы командной строки приветствуется ;)
|
||||
|
||||
Инструкцию по подключению вы можете [прочитать тут](http://selfprivacy.org/ru/docs/how-to-guides/root_ssh/).
|
||||
|
||||
|
||||
После подключения введите команду:
|
||||
|
||||
```nextcloud-occ user:resetpassword admin```
|
||||
|
||||
Вас попросят ввести новый пароль, отображение символов будет скрыто.
|
Loading…
Reference in a new issue