ports/mail/roundcube-twofactor_gauthenticator/files/pkg-message.in
2021-10-30 10:44:54 +00:00

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
}
]