Enabled bcrypt passwords

This commit is contained in:
Deon George
2016-09-01 20:57:41 +10:00
parent cd102c6fba
commit f753dfe502
3 changed files with 2 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Configuration - Authentication
*
* @package OSB
* @category Configuration
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
return array(
'driver' => 'ORM',
'hash_method' => 'md5',
);
?>