From 0450c46a59c8126d7ad8638862efae4731e3382f Mon Sep 17 00:00:00 2001 From: def Date: Thu, 26 Oct 2023 02:04:01 +0300 Subject: [PATCH 1/3] docs: add reset paswd nextcloud --- content/ru/docs/Services/nextcloud.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/ru/docs/Services/nextcloud.md b/content/ru/docs/Services/nextcloud.md index 08ae340..358c2a1 100644 --- a/content/ru/docs/Services/nextcloud.md +++ b/content/ru/docs/Services/nextcloud.md @@ -22,4 +22,20 @@ description: > ## Рекомендуемые клиенты - WEB-интерфейс: доступен после настройки сервера SelfPrivacy, по адресу `https://cloud.ВАШ.ДОМЕН` -- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS) \ No newline at end of file +- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS) + + +## Как сбросить админ пароль + +Для следующих действий вам нужно будет подключиться по ssh к серверу с правами администратора. Минимальное понимание работы командной строки приветствуеться ;) + +Инструкцию по подключению вы сможете [прочитать тут](http://localhost:1313/ru/docs/how-to-guides/root_ssh/). + + +После подключения введите команду: + +```nextcloud-occ user:resetpassword admin``` + +Вас попросят ввести новый пароль, отображение символов будет скрыто. + + From b6bffc33c3511b1b5586201d4da177f3bbe23f71 Mon Sep 17 00:00:00 2001 From: def Date: Thu, 26 Oct 2023 14:33:41 +0300 Subject: [PATCH 2/3] docs: fix links, typos --- content/ru/docs/Services/nextcloud.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/ru/docs/Services/nextcloud.md b/content/ru/docs/Services/nextcloud.md index 358c2a1..89fc713 100644 --- a/content/ru/docs/Services/nextcloud.md +++ b/content/ru/docs/Services/nextcloud.md @@ -27,15 +27,13 @@ description: > ## Как сбросить админ пароль -Для следующих действий вам нужно будет подключиться по ssh к серверу с правами администратора. Минимальное понимание работы командной строки приветствуеться ;) +Для следующих действий вам нужно будет подключиться по ssh к серверу с правами администратора. Минимальное понимание работы командной строки приветствуется ;) -Инструкцию по подключению вы сможете [прочитать тут](http://localhost:1313/ru/docs/how-to-guides/root_ssh/). +Инструкцию по подключению вы можете [прочитать тут](http://selfprivacy.org/ru/docs/how-to-guides/root_ssh/). После подключения введите команду: ```nextcloud-occ user:resetpassword admin``` -Вас попросят ввести новый пароль, отображение символов будет скрыто. - - +Вас попросят ввести новый пароль, отображение символов будет скрыто. \ No newline at end of file From 451d0e9f4feec2629ac6df64b106d38954a0e220 Mon Sep 17 00:00:00 2001 From: def Date: Thu, 26 Oct 2023 14:42:40 +0300 Subject: [PATCH 3/3] docs: add eng version of reset passwd --- content/en/docs/Services/nextcloud.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/en/docs/Services/nextcloud.md b/content/en/docs/Services/nextcloud.md index 7ff6c40..00cee13 100644 --- a/content/en/docs/Services/nextcloud.md +++ b/content/en/docs/Services/nextcloud.md @@ -22,4 +22,18 @@ To add new users, go to the user administration panel, on the web interface of y ## Recommended clients - 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) \ No newline at end of file +- [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. \ No newline at end of file