Enabled bcrypt for passwords
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
|
||||
return array(
|
||||
'driver' => 'ORM',
|
||||
'hash_method' => 'md5',
|
||||
'hash_method' => 'bcrypt',
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user