xref: /plugin/twofactor/conf/default.php (revision 0cfe5f13c49115b8fc4a2963bf040cdca88fc5e1)
1<?php
2$conf["enable"] = 0;
3$conf["optinout"] = 'optin';
4$conf["usega"] = 0;
5$conf["gasecret"] = '';
6$conf["gaexpiry"] = 2;
7$conf["useotp"] = 1;
8$conf["otpmethod"] = 'email';
9$conf["otpurl"] = '';
10$conf["otpcontent"] = '$otp is your verification code.';
11$conf["otplength"] = 7;
12$conf["otpexpiry"] = 5;
13
14