summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-12-23 17:28:01 +0300
committermergify-bot <noreply@mergify.com>2021-12-23 15:06:47 +0000
commitabe9fde2384ae4b39ae2c939aeb14f0ac0bf7a7f (patch)
treefab6325dcfc3d24d5514baf79655133426890428
parent750fa02b6768eb10e75698c8d9f60535df1d6be7 (diff)
downloadrabbitmq-server-git-mergify/bp/v3.9.x/pr-3930.tar.gz
(cherry picked from commit fac7199023519829db9c2f742d8df7fdfa65aebf)
-rw-r--r--deps/rabbit/src/rabbit_auth_backend_internal.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit/src/rabbit_auth_backend_internal.erl b/deps/rabbit/src/rabbit_auth_backend_internal.erl
index f9b2dd893c..9295b65a4c 100644
--- a/deps/rabbit/src/rabbit_auth_backend_internal.erl
+++ b/deps/rabbit/src/rabbit_auth_backend_internal.erl
@@ -14,7 +14,7 @@
-export([user_login_authentication/2, user_login_authorization/2,
check_vhost_access/3, check_resource_access/4, check_topic_access/4]).
--export([add_user/3, add_user/4, delete_user/2, lookup_user/1, exists/1,
+-export([add_user/3, add_user/4, add_user/5, delete_user/2, lookup_user/1, exists/1,
change_password/3, clear_password/2,
hash_password/2, change_password_hash/2, change_password_hash/3,
set_tags/3, set_permissions/6, clear_permissions/3,