Software / code / prosody-modules
File
mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua @ 5369:1a58a11407ac
mod_client_management: Fix error when last password change is unknown (or never)
Fixes attempt to compare nil with number here, due to
last_password_change being nil
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 25 Apr 2023 22:06:08 +0200 |
| parent | 4705:ace4f251a64b |
line wrap: on
line source
module:depends("cloud_notify_encrypted"); module:depends("cloud_notify_priority_tag"); module:depends("cloud_notify_filters");