From f753dfe502fa01b5dd545f981c6b692b44f786c9 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 1 Sep 2016 20:57:41 +1000 Subject: [PATCH] Enabled bcrypt passwords --- application/config/auth.php | 17 ----------------- modules/lnapp | 2 +- modules/lnauth | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 application/config/auth.php diff --git a/application/config/auth.php b/application/config/auth.php deleted file mode 100644 index cab3fd95..00000000 --- a/application/config/auth.php +++ /dev/null @@ -1,17 +0,0 @@ - 'ORM', - 'hash_method' => 'md5', -); -?> diff --git a/modules/lnapp b/modules/lnapp index 7e632cf7..524b1242 160000 --- a/modules/lnapp +++ b/modules/lnapp @@ -1 +1 @@ -Subproject commit 7e632cf78559fcb0b5e2f9368f65511307d54255 +Subproject commit 524b124211e6a2b108d5056e9ae48e4898921410 diff --git a/modules/lnauth b/modules/lnauth index 81edc432..bd05d77a 160000 --- a/modules/lnauth +++ b/modules/lnauth @@ -1 +1 @@ -Subproject commit 81edc432b4f8e70b389877f234feb610a71672c6 +Subproject commit bd05d77afe9babaf001207412bdc7c8f02f0cce3