mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
The 'default_db' option should impact ejabberd_auth as well
This commit is contained in:
parent
4af15df546
commit
fb1fd50df5
@ -432,7 +432,7 @@ auth_modules(Server) ->
|
||||
V;
|
||||
(V) when is_atom(V) ->
|
||||
[V]
|
||||
end, []),
|
||||
end, [gen_mod:default_db(LServer)]),
|
||||
[jlib:binary_to_atom(<<"ejabberd_auth_",
|
||||
(jlib:atom_to_binary(M))/binary>>)
|
||||
|| M <- Methods].
|
||||
|
Loading…
Reference in New Issue
Block a user