xref: /plugin/twofactor/conf/metadata.php (revision f3b51b671b4171dec1849b452a491ef19da3a59e)
1<?php
2$meta["optinout"] = array('multichoice', '_choices' => array('optin', 'optout', 'mandatory'));
3$meta["otpsubject"] = array('string');
4$meta["otpcontent"] = array('string');
5$meta["generatorexpiry"] = array('numeric');
6$meta["otplength"] = array('numeric');
7$meta["sentexpiry"] = array('numeric');
8$meta["loginnotice"] = array('multichoice', '_choices' => array('none', 'user', 'always'));
9$meta["loginsubject"] = array('string');
10$meta["logincontent"] = array('string');
11$meta["refreshexpiry"] = array('numeric');
12$meta["logging_level"] = array('multichoice', '_choices' => array('0', '1', '2', '3', '4'));
13$meta["logging_path"] = array('string');
14