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':