alexandregz / twofactor_gauthenticator

This RoundCube plugin adds the 2-step verification(OTP) to the login proccess
MIT License
220 stars 77 forks source link

Not working with Elastic skin #92

Closed OpenAai closed 5 years ago

OpenAai commented 6 years ago

As the title says. I have been testing with the latest Git version, 1.4 (beta?), on Ubuntu 16.04 with Apache 2.4

adam12b1 commented 6 years ago

+1 on getting it working with the upcoming Roundcube Elastic skin, please! Currently it's a bit busted, most noticeably in that the Show QR Code feature fails - you can't see the code itself because, I guess, the plugin's table formatting doesn't play well with the new dynamic widgety user interface.

SURYASWAROOP commented 6 years ago

the logical functionality working fine but the UI in the new Elastic Skin was not properly aligned and in the new theme if i click the show qrcode its unable to load the ajax properly please fix the UI bug asap, thank you image

alexandregz commented 5 years ago

For use with elastic skin, you can use "elastic_skin" branch https://github.com/alexandregz/twofactor_gauthenticator/tree/elastic_skin :

$ git clone https://github.com/alexandregz/twofactor_gauthenticator $ git checkout elastic_skin

(or use @oxycoder repo directly)

From RC blog: "Because we don’t yet consider the Elastic theme fully complete, it’s not set to be the default theme." https://roundcube.net/news/2019/02/28/roundcube-1.4-rc1-released

OpenAai commented 5 years ago

@alexandregz thanks for you effort. I have just tested it with git pull ; git checkout elastic_skin on my RC1 installation, but I see no change.