ADD Troubleshooting with password
This commit is contained in:
@@ -454,4 +454,17 @@ server {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Password of the admin, login failed
|
||||||
|
|
||||||
|
I tried to change the password for the admin, using a passphrase like:
|
||||||
|
`ensnare flaccid backslid DECIDABLE morphine sturdily charting`
|
||||||
|
|
||||||
|
But a new login didn't work any more, I had to reset the admin password, switching to the site via SSH and cd to /var/www/partdb
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo -u www-data php bin/console app:set-password admin
|
||||||
|
```
|
||||||
|
|
||||||
-- eof --
|
-- eof --
|
||||||
Reference in New Issue
Block a user