Changes: add credits

This commit is contained in:
Adriaan de Groot 2023-12-09 01:01:50 +01:00
parent acd0875f1d
commit 6b0d52ca5b

View File

@ -14,15 +14,19 @@ This release contains contributions from (alphabetically by first name):
- Adriaan de Groot - Adriaan de Groot
- Alberto Salvia Novella - Alberto Salvia Novella
- Christophe Marin - Christophe Marin
- Evan Maddock
- Frede Hundewadt - Frede Hundewadt
## Core ## ## Core ##
- No changes of note.
## Modules ## ## Modules ##
- *users* and *usersq* no longer support the password requirement 'nonempty'. - *users* and *usersq* no longer support the password requirement 'nonempty'.
Use 'minLength: 1' instead. The example configuration allows the user to Use 'minLength: 1' instead. The example configuration allows the user to
choose any password at all, but also contains suggestions for other choose any password at all, but also contains suggestions for other
password-requirements schemes. (thanks Alberto) 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) # 3.3.0-alpha6 (2023-11-16)