Software /
code /
prosody
File
core/features.lua @ 12950:2cb5994e3f94
mod_auth_internal_plain: Fix user creation done via mod_admin_shell
Following the new behavior in auth_internal_hashed (c8f59ce7d3cf), the account
will be created and disabled, instead of returning an error telling password
being nil when calling saslprep().
Note that mod_auth_internal_plain does not have full support for
enabled/disabled accounts, but that may be fixed in subsequent commits.
author | Vitaly Orekhov <vkvo2000@vivaldi.net> |
---|---|
date | Tue, 21 Mar 2023 01:46:47 +0300 |
parent | 12655:a5a0783e9241 |
child | 12955:d32926897ca4 |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; -- Roles, module.may and per-session authz "permissions"; }; };