twofactor_gauthenticator icon indicating copy to clipboard operation
twofactor_gauthenticator copied to clipboard

QR code does not generate in Elastic

Open mhallager opened this issue 5 years ago • 3 comments

It works in Classic so I am assuming this needs updating for Elastic. Can you please consider this?

mhallager avatar Aug 17 '19 09:08 mhallager

This plugin uses a div with the #prefs-title id to transfer your username to the JavaScript - this creates a title-row with 2-factor authentication - username, formatted by the boxtitle class. Unfortunately, Elastic removes all elements with the 'boxtitle' class from the document. If you remove the 'class' => 'boxtitle' part from row 299 of the twofactor_gauthenticator.php, the QR code will be displayed. The result will not be perfect, since it seems this settings box disables scrolling and when the QR-code is displayed, all the things below it may disappear. Can somebody from the developers of the Elastic skin help us make this box scrollable?

dunstn avatar Sep 04 '19 07:09 dunstn

@dunstn : this merge resolved your problem ??

limer-org avatar Dec 09 '19 07:12 limer-org

With this merge QR is diplayed in Roundcude 1.4.2, but scrolling doesn't work as stated above.

zaharcelac avatar Jan 03 '20 17:01 zaharcelac