diff options
author | Florian Pritz <bluewind@xinu.at> | 2024-04-14 12:59:00 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2024-04-14 14:20:00 +0200 |
commit | b2cfe36d7c07ac767113ad9dbd9ec27fc794f35c (patch) | |
tree | cd20fcfa578f29c431e892d7b2d7460efc1bec8e /application/libraries/geshi | |
parent | 698f486a795e19a680624d9aa8cd2802cab317f0 (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 'application/libraries/geshi')
0 files changed, 0 insertions, 0 deletions