Since the administrator logins have access to sensitive data I would like an option for 2FA
Looking at a roundcube plugin it can be done for TOTP/HOTP/Yubikey with
$ composer require "endroid/qrcode" "~1.5.0" --no-update
$ composer require "spomky-labs/otphp" "~5.0.0" --no-update
$ composer require "enygma/yubikey" "~3.2"
Since the administrator logins have access to sensitive data I would like an option for 2FA
Looking at a roundcube plugin it can be done for TOTP/HOTP/Yubikey with
$ composer require "endroid/qrcode" "~1.5.0" --no-update
$ composer require "spomky-labs/otphp" "~5.0.0" --no-update
$ composer require "enygma/yubikey" "~3.2"