Update debug-reset_pw.md
Dose not work without the sql in quote's
Dieser Commit ist enthalten in:
Ursprung
6c14fd50ae
Commit
5b693efe18
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -60,5 +60,5 @@ This works similar to resetting a MySQL password, now we do it from the host wit
|
|||
|
||||
```
|
||||
source mailcow.conf
|
||||
docker-compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME} -e DELETE FROM tfa WHERE username='YOUR_USERNAME'
|
||||
docker-compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME} -e "DELETE FROM tfa WHERE username='YOUR_USERNAME';"
|
||||
```
|
||||
|
|
Laden …
In neuem Issue referenzieren