From c88bf3c4a07855e5667efc071e8982065a9cd924 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 15 Jan 2020 08:14:04 -0700 Subject: [PATCH] Fix typo --- api/src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Auth.php b/api/src/Auth.php index fd81b6ea8c..198e931287 100644 --- a/api/src/Auth.php +++ b/api/src/Auth.php @@ -561,7 +561,7 @@ class Auth default: - $type = 'blowfisch_crypt'; + $type = 'blowfish_crypt'; // fall throught // all other types are identical to ldap, so no need to doublicate the code here case 'des':