Back to marketplace
87

Two-Factor Authentication (2FA)

Increase security by using 2FA methods like e-mail or TOPT.

Individual Drivers

New driver should be extended from humhub\modules\twofa\drivers\BaseDriver in the folder drivers.

Also new created driver should be added into array humhub\modules\twofa\Module->drivers:

public $drivers = [
    EmailDriver::class,
    GoogleAuthenticatorDriver::class,
];

Default driver humhub\modules\twofa\Module->defaultDriver is used for Users from enforced Groups:

public $defaultDriver = EmailDriver::class;

Module Information

Price:
Free
Latest version release:
1.1.3 - June 8, 2023
Website:
Compatibility:
HumHub 1.11 - Latest