mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #382 from YunoHost/admin-password
Add warning about 'reset admin password' method.
This commit is contained in:
commit
be7eab4ca2
1 changed files with 3 additions and 1 deletions
4
admin.md
4
admin.md
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue