mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
13 lines
268 B
Text
13 lines
268 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Activate the TOTP MFA plugin by adding the following to Roundcube's
|
|
%%PREFIX%%/roundcube/config/config.inc.php:
|
|
|
|
$config['plugins'] = array('twofactor_gauthenticator');
|
|
|
|
and edit %%WWWDIR%%/config.inc.php
|
|
to suit your needs.
|
|
EOM
|
|
}
|
|
]
|