Fix password reset issues
This commit is contained in:
@@ -14,9 +14,5 @@
|
||||
return array(
|
||||
'driver' => 'OSB',
|
||||
'hash_method' => 'md5',
|
||||
'hash_key' => '',
|
||||
'lifetime' => 1209600,
|
||||
'session_key' => 'auth_user',
|
||||
'forced_key' => 'auth_forced',
|
||||
);
|
||||
?>
|
||||
|
@@ -25,6 +25,7 @@ return array(
|
||||
'bsb' => '633-000', // @todo This should come from the DB
|
||||
'accnum' => '120 440 821', // @todo This should come from the DB
|
||||
'theme' => 'yaml', // @todo This should be in the DB
|
||||
'theme_admin' => 'yaml', // @todo This should be in the DB
|
||||
'tmpdir' => '/tmp',
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user