mod_auth2fa
Two-factor authentication module adding TOTP setup, verification flows, and related auth checks.
Accepted Events
This module handles the following notifier callbacks:
observe_admin_menu: Add admin menu for external services usingm_auth2fa:is_totp_enabled.observe_auth_postcheck: Check the 2FA code, called after password check passed usingm_auth2fa:is_totp_enabled.
Delegate callbacks:
event/2withpostbackmessages:auth2fa_remove_confirm,auth2fa_ug,dialog_2fa,request_2fa.event/2withsubmitmessages:auth2fa_remove,auth2fa_set.