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