Branch: refs/heads/master
Home: https://github.com/postfixadmin/postfixadmin
Commit: 54be5e382834ec319e089ea666069716acad7875
https://github.com/postfixadmin/postfixadmin/commit/54be5e382834ec319e089ea666069716acad7875
Author: Rodrigo Cortés Cano <384...@us...>
Date: 2026-08-29 (Sat, 29 Aug 2026)
Changed paths:
M CHANGELOG.TXT
M DOCUMENTS/DOVECOT.txt
M DOCUMENTS/HASHING.md
M DOCUMENTS/Postfix-Dovecot-Postgresql-Example.md
M DOCUMENTS/UPGRADE.txt
M config.inc.php
M functions.inc.php
M tests/PacryptTest.php
Log Message:
-----------
Fix legacy md5crypt compatibility (#1125)
- restore `md5crypt` as the PostfixAdmin 3.x-compatible alias for MD5-CRYPT
- verify stored unprefixed MD5-CRYPT, prefixed MD5-CRYPT, bcrypt, and SHA512 crypt hashes from their stored format
- document the canonical `MD5-CRYPT` setting, the legacy alias, and the 3.x upgrade implications
This addresses #1123 on `master`. The `postfixadmin_4.0` correction is in #1126 so each maintained branch can be reviewed and tested against its own PHP requirements.
thanks @TrapoSAMA
To unsubscribe from these emails, change your notification settings at https://github.com/postfixadmin/postfixadmin/settings/notifications
|