0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

see #567 - missed SHA512-CRYPT

This commit is contained in:
David Goodwin 2021-11-30 10:48:01 +00:00
parent fc00330581
commit 422daf6c44

View File

@ -14,6 +14,7 @@ class PFACrypt
'ARGON2ID',
'ARGON2ID.B64',
'SHA256', 'SHA256-CRYPT', 'SHA256-CRYPT.B64',
'SHA512-CRYPT',
'SHA512', 'SHA512.B64',
'MD5-CRYPT',
'PLAIN-MD5',