xref: /plugin/twofactor/conf/metadata.php (revision 185a84e4dec0ae09940322986dc26d25b049d322)
1<?php
2$meta["enable"] = array('onoff');
3$meta["optinout"] = array('multichoice','_choices' => array('optin','optout','mandatory'));
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
10