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