ADD Troubleshooting with password

This commit is contained in:
2025-10-30 05:41:06 +01:00
parent 12d8dcf32e
commit e0e90e3ace

View File

@@ -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 --