Please add support to 2-Step Verification login Please add support to 2-Step Verification login
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Please add support to 2-Step Verification login

Started by FrA1l3, September 05, 2014, 11:04:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FrA1l3

Hello,

Please devs, add support to set up 2-Step Verification to secure login.
(https://www.google.com/landing/2step)

Thank you in advance,
Jorge M.

ΑndrĂ©

No valid bug report. Instead it sounds like a feature request, should it be moved to the feature requests board?

As the common web server doesn't have an SMS gateway, the code could alternatively be sent by email.

FrA1l3

Yes please, can you move the thread. I was not sure where to place it.

On the issue at hand, I was thinking more of a solution like this wordpress plugin, where QR authentication code is generated for the web and you can scan the QR code or introduce it by hand in the Google Authenticator application.

For example, this plugin for WordPress, this screenshots are quite clear: https://wordpress.org/plugins/google-authenticator/screenshots/

I have this method implemented on several php pages and does not need any SMS or email, simply generate the QR code and insert it in the authentication application.

Thanks and regards,

phill104

Many PHP apps now include 2 step authentication, such as Joomla.

It is a mistake to think you can solve any major problems just with potatoes.