Avail feature updated
[ninja.git] / application / config / auth.php
blob5c134fb633ee6b8bf0ca05d3b861b89dbc1e9741
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 /**
4 * Max allowed login attempts
5 * Set to false to ignore
6 */
7 $config['max_attempts'] = false;
9 /**
10 * Setting this to TRUE will allow you to access any page by
11 * appending ?username=<username>&password=<password> to the URL.
13 * Warning: this is insecure! Do know what you're doing!
15 $config['use_get_auth'] = false;