1<?php 2/** 3 * Options for the logindelay plugin 4 * 5 * @author Anna Dabrowska <dokuwiki@cosmocode.de> 6 */ 7 8$meta['maxFailures'] = ['numeric']; 9$meta['initialDelay'] = ['numeric']; 10