mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
ChangePasswordDriverLDAP, see https://github.com/the-djmaze/snappymail/issues/51#issuecomment-788851329
This commit is contained in:
parent
c0e61bb0a2
commit
25958cd87a
3 changed files with 127 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue