Authenticator Login
This module adds two-factor authentication (2FA) to your Drupal site using authenticator apps, enhancing security beyond simple passwords. It allows administrators to manage user 2FA settings, force setup, and provides tools to reset user 2FA.
Leaks and hacks we’ve read about in recent years make it clear that passwords alone don't provide enough security to protect your online accounts. Two-factor authentication (2FA or MFA, for multifactor authentication) adds another layer of protection. Authenticator apps, such as Twilio's Authy, Google Authenticator, or Microsoft Authenticator, enable one of the more-secure forms of 2FA. Using one of these apps can even help protect you against stealthy attacks like stalkerware.
This module when enabled provides the security option to users to setup 2FA via Authenticator apps. The module relies on Google2FA QRCode library. Use composer to install the module and the library will automatically install as required dependency.
Tested and works great with popular and trusted authenticator apps like Google Authenticator, Microsoft Authenticator & Twilio Authy.
2.0.8
Adds admin configurations;
- Allow admins to control whether users can enable/disable 2FA?
- Force setup 2FA on next login.
- Provide a message on redirect to 2FA setup after login
- Permissions for admin configurations and bypass enforced redirect.
- Drush command to reset 2FA for a user. e.g.drush mfa-reset 1
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.1.8 | Stable | 9–11 | Aug 16, 2025 | ||
| 2.1.7 | Stable | 9–11 | Apr 20, 2025 | ||
| 2.1.5 | Stable | 9–10 | Bug fixes | Jan 21, 2025 | |
| 2.1.3 | Stable | 9–10 | Resolves drush command not found issue. | Nov 26, 2024 | |
| 2.1.2 | Stable | 9–10 | Bug fixes | Nov 26, 2024 | |
| 2.1.1 | Stable | 9–10 | Bug Fixes | Nov 26, 2024 |