-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QR not displayed #35
Comments
It seems the new SVG rendered introduced by the new version of bacon/qr-code is not working well. |
This is an example of SVG generated which is render as a white box:
|
I need a quick solution, so I have made a fork and a release with the last 2.2.3 changes undone. josuealcalde@526be04 A better solution would be to make SVG rendered work. |
The issue is related to the language: I found the error with the Italian language, but switching to English the QR code is displayed well. |
this issue is still present. figured it out when installing a new instance of syspass |
hello, same issue with french language : no QR code displayed. QR code is displayed if switching to english. |
Is there any update in this topic? Catalá, Deutsh, Español, Français, Magnyar, Italiano, Nederlands, Polski, Português and Rusian are not displaying the QR code. The rest of languages works propertly. Tested with plugin versión 2.2.2 and sysPass version 3.2.11-php7.4, installed with docker-compose over Debian 11. |
hi. The qr code does not work for ALL languages except english, in short. As this bugs me too i had a look into that issue now and i found a solultion at the repository of the QR Code library itself: Bacon/BaconQrCode@fd4a877 in sysPass we can do the following file change and voila, it works:
its a pitty that this pull request was not merged yet. For sysPass we could fork that library as a new git repo and reconfigure composer.json to install from another github source btw there is also another PR for sysPass authenticator #36 but this did not work for me. Dont know why |
Hi,
after the installation of your plugin, the qr code isn't displayed as the screen attached.
No error inside the log and moving the mouse over the "image" the cursor change from arrow to a different: in my opinion don't works the rendering of qr code.
The syspass-ap is the latest 3.2.2.
I added the line
- COMPOSER_EXTENSIONS=syspass/plugin-authenticator:^v2.2
into docker-compose.yml
I found the following lines during the update of the container:
The text was updated successfully, but these errors were encountered: