Merge pull request #591 from jpegger/patch-1

Anonymous authmodule not registering correctly anonymous users in DB
This commit is contained in:
Evgeny Khramtsov 2015-06-03 20:42:00 +03:00
commit faa4851dbf
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ remove_connection(SID, LUser, LServer) ->
%% Register connection
register_connection(SID,
#jid{luser = LUser, lserver = LServer}, Info) ->
AuthModule = xml:get_attr_s(auth_module, Info),
AuthModule = proplists:get_value(auth_module, Info, undefined),
case AuthModule == (?MODULE) of
true ->
ejabberd_hooks:run(register_user, LServer,