Enabled bcrypt for passwords

This commit is contained in:
Deon George
2016-09-01 20:57:15 +10:00
parent 7e632cf785
commit 524b124211
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,6 @@
return array(
'driver' => 'ORM',
'hash_method' => 'md5',
'hash_method' => 'bcrypt',
);
?>