summaryrefslogtreecommitdiff
path: root/src/custodian/src/custodian_db_checker.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/custodian/src/custodian_db_checker.erl')
-rw-r--r--src/custodian/src/custodian_db_checker.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custodian/src/custodian_db_checker.erl b/src/custodian/src/custodian_db_checker.erl
index 10502dd76..f9ab8c85e 100644
--- a/src/custodian/src/custodian_db_checker.erl
+++ b/src/custodian/src/custodian_db_checker.erl
@@ -132,7 +132,7 @@ get_dbs() ->
get_users_db() ->
- UsersDb = config:get("couch_httpd_auth", "authentication_db", "users"),
+ UsersDb = chttpd_auth_cache:dbname(),
[list_to_binary(UsersDb)].