summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2024-04-14 12:59:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2024-04-14 14:20:00 +0200
commitb2cfe36d7c07ac767113ad9dbd9ec27fc794f35c (patch)
treecd20fcfa578f29c431e892d7b2d7460efc1bec8e /NEWS
parent698f486a795e19a680624d9aa8cd2802cab317f0 (diff)
fix(duser_db): Guard against NULL values
When a user is deleted, their details are set to NULL. When no username is specific for a password reset, this can trigger an email being sent to an empty recipient which will not be deliverable. Just to be safe, guard against NULL values for all the user related functions. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89a76b342..b70320d2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
This file lists major, incompatible or otherwise important changes, you should look at it after every update.
NEXT
+ - Fix password reset trying to send mails to deleted users
4.0.1 2024-01-14
- Fix PHP 8.2 deprecation warnings