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