This commit is contained in:
djmaze 2021-03-02 14:30:24 +01:00
parent c0e61bb0a2
commit 25958cd87a
3 changed files with 127 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class ChangePasswordDriverPDO
$pass = '',
$sql = '',
$encrypt = '',
$encrypt_prefix = ''; // Like: {ARGON2I} {BLF-CRYPT} {SHA512-CRYPT} {SHA256-CRYPT}
$encrypt_prefix = ''; // Like: {ARGON2I} {BLF-CRYPT} {SHA512-CRYPT}
/**
* @var \MailSo\Log\Logger