Interceptor Forum
Anpassung: 2 Factor Authentication - Forum - qrcode not show - Druckversion

+- Interceptor Forum (https://interceptor.marconitschke.de)
+-- Forum: Sonstiges (https://interceptor.marconitschke.de/forum-70.html)
+--- Forum: MyBB Plugin (https://interceptor.marconitschke.de/forum-82.html)
+--- Thema: Anpassung: 2 Factor Authentication - Forum - qrcode not show (/thread-65.html)



Anpassung: 2 Factor Authentication - Forum - qrcode not show - nitje - 25-12-2024

Nur die qrcode Anzeige ging glaube ich nicht bei mybb2fa.


Original Addon


suche in inc/plugins/mybb2fa/GoogleAuthenticator.php
Code:
        return 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl='.$urlencoded.'';

ersetze mit

Code:
        return 'https://api.qrserver.com/v1/create-qr-code/?data='.$urlencoded.'';


Anbieter Homepage