1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00

Add warning about 'reset admin password' method.

This commit is contained in:
opi 2016-07-04 09:35:30 +02:00 committed by GitHub
parent 48a71e1577
commit 3ce445bdf9

View file

@ -14,6 +14,8 @@ You can access your administrator web interface at this address: https://example
### Reset admin password
<div class="text-error">Deprecated method, will not work on Yunohost 2.4 / Debian Jessie</div>
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
```
```