[deleted] We are having issues with MFA. When we turned it on it didn't show the QR Code. We have tried to clean the cache, and a different browser and it didn't work. We have tried to access the link and it showing "ERROR 404". Any idea? Thank you,
Bigbug [deleted] same here. but you can still add MFA using the code behind it in any case you should generate a different code since you put it public
wrongecho Hi @[deleted] Thanks for reporting. I've fixed this via itflow-org/itflow961 You may need to install the php-gd extension and restart Apache before the QR code image will show as they are now being generated locally.
Bigbug wrongecho You may need to install the php-gd extension and restart Apache How to install PHP-GD Update your package list: sudo apt update Install the PHP-GD library: sudo apt install php-gd Restart Apache to apply the changes: sudo systemctl restart apache2 just a little helper… 😊