summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 793e27f..85b4615 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -454,7 +454,7 @@ c["titleURL"] = "https://taler.net"
# We use nginx to expose the BB under this URL.
c["buildbotURL"] = "https://buildbot.taler.net/"
-HTPASSWD_FILE = "/home/containers/buildbot/htpasswd"
+from taler_bb_userpass_db import USER_PASSWORD_DB
# minimalistic config to activate new web UI
c["www"] = {
@@ -463,7 +463,7 @@ c["www"] = {
"waterfall_view": {},
"console_view":{}},
"allowed_origins": ["https://*.taler.net"],
- "auth": util.HTPasswdAuth(HTPASSWD_FILE)}
+ "auth": util.UserPasswordAuth(USER_PASSWORD_DB)}
####### DB URL