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