0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
This commit is contained in:
David Goodwin 2022-02-13 20:36:38 +00:00
parent 5e9c443bc7
commit c240cb0033

View File

@ -63,10 +63,10 @@ class PFACrypt
if (!empty($pw_db) && preg_match('/^\$[0-9]\$/i', $pw_db, $matches)) {
$method_in_hash = $matches[0];
switch ($method_in_hash){
switch ($method_in_hash) {
case '$1$':
case '$6$':
$algorithm='SYSTEM';
$algorithm='SYSTEM';
}
}