You are here

README.txt in Google Authenticator login 6

Same filename and directory in other branches
  1. 7 README.txt
$Id:

This module will allow you to add Google Authenticator support to user logins.

Status
------
A basic proof of concept that is working but isn't integrated in the user login. After you install the module, you'll get to menu's: /ga_login/create to create a new key + QR code and /ga_login/test to test if it's working

Dependencies
------------
  * QR Codes
  * ga4php, you only need the library

Install
-------
Install as usual and copy the ga4php.php file to your module folder.

File

README.txt
View source
  1. $Id:
  2. This module will allow you to add Google Authenticator support to user logins.
  3. Status
  4. ------
  5. A basic proof of concept that is working but isn't integrated in the user login. After you install the module, you'll get to menu's: /ga_login/create to create a new key + QR code and /ga_login/test to test if it's working
  6. Dependencies
  7. ------------
  8. * QR Codes
  9. * ga4php, you only need the library
  10. Install
  11. -------
  12. Install as usual and copy the ga4php.php file to your module folder.