ADD Troubleshooting with password

Dieser Commit ist enthalten in:
2025-10-30 05:41:06 +01:00
Ursprung 12d8dcf32e
Commit e0e90e3ace
+13
Datei anzeigen
@@ -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 --