xref: /plugin/twofactor/conf/default.php (revision 185a84e4dec0ae09940322986dc26d25b049d322)
1<?php
2$conf["enable"] = 0;
3$conf["optinout"] = 'optin';
4$conf["otpcontent"] = '$otp is your verification code.';
5$conf["generatorexpiry"] = 2;
6$conf["otplength"] = 7;
7$conf["sentexpiry"] = 5;
8$conf["loginnotice"] = 'user';
9
10