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