From 3ce445bdf963b296326f7cff772ce71c8c091676 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 4 Jul 2016 09:35:30 +0200 Subject: [PATCH] Add warning about 'reset admin password' method. --- admin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin.md b/admin.md index a6f07af7..9aaf99e9 100644 --- a/admin.md +++ b/admin.md @@ -14,6 +14,8 @@ You can access your administrator web interface at this address: https://example ### Reset admin password +
Deprecated method, will not work on Yunohost 2.4 / Debian Jessie
+ To reset YunoHost admin password (Need a root user available) add the following lines to `/etc/slapd/slapd.conf`: @@ -40,4 +42,4 @@ $ sudo mv /var/www/wordpress /media/externalharddrive $ sudo ln -s /media/externalharddrive/wordpress /var/www/wordpress # Folder must belong to www-data $ sudo chown -R www-data:www-data /media/externalharddrive/wordpress -``` \ No newline at end of file +```