fixed #2433
[kohana-auth/radio.git] / config / auth.php
blob5385691554fa4fc0831d39781b4716d2a6d46e39
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 return array
5 'driver' => 'ORM',
6 'hash_method' => 'sha1',
7 'salt_pattern' => '1, 3, 5, 9, 14, 15, 20, 21, 28, 30',
8 'lifetime' => 1209600,
9 'session_key' => 'auth_user',
10 'users' => array
12 // 'admin' => 'b3154acf3a344170077d11bdb5fff31532f679a1919e716a02',