mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Allow relogins after failed SASL login.
This commit is contained in:
parent
44b3480e14
commit
c65488fc2b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ end
|
|||
|
||||
local function handle_status(session, status)
|
||||
if status == "failure" then
|
||||
session.sasl_handler = nil;
|
||||
session.sasl_handler = sesion.sasl_handler:clean_clone();
|
||||
elseif status == "success" then
|
||||
local username = nodeprep(session.sasl_handler.username);
|
||||
if not username then -- TODO move this to sessionmanager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue