Hi guys,
I have been running Mailcow for quite some time, and it’s great - however I’ve recently encountered an issue.
I was logging in using a YubiKey for 2FA, however this key has developed an issue, and no longer functions. I’ve followed the instructions over in the docs for disabling 2FA for my username:
source mailcow.conf
docker-compose exec mailcowdockerized_mysql-mailcow_1 mysql -u${DBUSER} -p${DBPASS} ${DBNAME} -e "DELETE FROM tfa WHERE username='admin';"
However this doesn’t appear to have worked, and I’m still prompted for the non-functional key on login. Mailcow stack is the latest version from the update script.
As it stands, I’m currently locked out of my admin panel!
Cheers