From 29462f00538765d4cb90a3d085367c23a95df0d1 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 25 Oct 2017 21:21:52 +0300 Subject: Make it possible to convert to SQL for any current db_type It is now possible to run `export` command even when the current `db_type` is not `sql` --- src/ejabberd_auth.erl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ejabberd_auth.erl') diff --git a/src/ejabberd_auth.erl b/src/ejabberd_auth.erl index b34925ff..4ab82a4e 100644 --- a/src/ejabberd_auth.erl +++ b/src/ejabberd_auth.erl @@ -35,7 +35,7 @@ check_password/6, check_password_with_authmodule/4, check_password_with_authmodule/6, try_register/3, get_users/0, get_users/1, password_to_scram/1, - get_users/2, export/1, import_info/0, + get_users/2, import_info/0, count_users/1, import/5, import_start/2, count_users/2, get_password/2, get_password_s/2, get_password_with_authmodule/2, @@ -798,9 +798,6 @@ validate_credentials(User, Server, Password) -> end end. -export(Server) -> - ejabberd_auth_mnesia:export(Server). - import_info() -> [{<<"users">>, 3}]. -- cgit v1.2.3