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,

    Ricardo 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

    5 days later

    Hi @Ricardo

    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.

      wrongecho You may need to install the php-gd extension and restart Apache

      How to install PHP-GD

      1. Update your package list:
        sudo apt update

      2. Install the PHP-GD library:

        sudo apt install php-gd

      3. Restart Apache to apply the changes:
        sudo systemctl restart apache2

      just a little helper… 😊