xref: /plugin/twofactor/conf/default.php (revision f3b51b671b4171dec1849b452a491ef19da3a59e)
1<?php
2$conf["optinout"] = 'optin';
3$conf["otpsubject"] = 'OTP Verification Code';
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$conf["loginsubject"] = 'Login Successful';
10$conf["logincontent"] = 'Your account was logged into at $time.';
11$conf["refreshexpiry"] = 240;
12$conf["logging_level"] = '0';
13$conf["logging_path"] = '2fa_audit.txt';
14
15