You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of directly accessing the file that stores the logo, when generating the QR code it tries to access it always using HTTP, which in some cases, like when the forum is behind a reverse proxy, will fail.
Logs show this: Could not add logo to QR code: Could not read logo image data from path "https://my.forum/assets/ianm_twofactor_logo-dipjubotu24.png": file_get_contents(https://my.forum/assets/ianm_twofactor_logo-dipjubotu24.png): Failed to open stream: operation failed
The text was updated successfully, but these errors were encountered:
Instead of directly accessing the file that stores the logo, when generating the QR code it tries to access it always using HTTP, which in some cases, like when the forum is behind a reverse proxy, will fail.
Logs show this:
Could not add logo to QR code: Could not read logo image data from path "https://my.forum/assets/ianm_twofactor_logo-dipjubotu24.png": file_get_contents(https://my.forum/assets/ianm_twofactor_logo-dipjubotu24.png): Failed to open stream: operation failed
The text was updated successfully, but these errors were encountered: