blob: 0ef6de714a9ea85a7b1a60047e7c162bc6e97014 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | post_install() {
  echo
  echo "Copy /usr/share/webapps/roundcubemail/plugins/twofactor_gauthenticator/config.inc.php.dist to /usr/share/webapps/roundcubemail/plugins/twofactor_gauthenticator/config.inc.php and edit to indicate specific user settings."
  echo
  echo "Activate the plugin in the Roundcube config.inc.php file:
		\$config['plugins'] = array(
                            'twofactor_gauthenticator',
                          );"
  echo
}
 |