xref: /plugin/twofactor/conf/default.php (revision cd19b724bc73bede98da07f3f3ce2730d4b86425)
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