From 6b0d52ca5becfa5082c5663ef04b6cda760dac07 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 9 Dec 2023 01:01:50 +0100 Subject: [PATCH] Changes: add credits --- CHANGES-3.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index fd986d920..cd38aa6f0 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -14,15 +14,19 @@ This release contains contributions from (alphabetically by first name): - Adriaan de Groot - Alberto Salvia Novella - Christophe Marin + - Evan Maddock - Frede Hundewadt ## Core ## + - No changes of note. ## Modules ## - *users* and *usersq* no longer support the password requirement 'nonempty'. Use 'minLength: 1' instead. The example configuration allows the user to choose any password at all, but also contains suggestions for other password-requirements schemes. (thanks Alberto) + - *users* now can use stronger password hashes, if `crypt_gensalt()` is + available in the *crypt* library. (thanks Evan) # 3.3.0-alpha6 (2023-11-16)