Branch: refs/heads/postfixadmin_4.0
Home: https://github.com/postfixadmin/postfixadmin
Commit: 852e719183f74de1fa87a7ae740adaa2ddd5a2e7
https://github.com/postfixadmin/postfixadmin/commit/852e719183f74de1fa87a7ae740adaa2ddd5a2e7
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:
-----------
4.x: fix legacy md5crypt compatibility (#1126)
- 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 `postfixadmin_4.0`. The `master` correction is in #1125 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
|