From 7df4a6ce33b4a3359e0931eb06174f361e6a2904 Mon Sep 17 00:00:00 2001 From: emrah Date: Thu, 12 Feb 2026 17:28:16 +0300 Subject: [PATCH] refactor(jvb): no need to check the hardcoded password --- jvb/rootfs/etc/cont-init.d/10-config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jvb/rootfs/etc/cont-init.d/10-config b/jvb/rootfs/etc/cont-init.d/10-config index 1a001fb..8eb2143 100644 --- a/jvb/rootfs/etc/cont-init.d/10-config +++ b/jvb/rootfs/etc/cont-init.d/10-config @@ -6,12 +6,6 @@ if [[ -z $JVB_DISABLE_XMPP ]]; then exit 1 fi - OLD_JVB_AUTH_PASSWORD=passw0rd - if [[ "$JVB_AUTH_PASSWORD" == "$OLD_JVB_AUTH_PASSWORD" ]]; then - echo 'FATAL ERROR: JVB auth password must be changed, check the README' - exit 1 - fi - [ -z "${XMPP_SERVER}" ] && export XMPP_SERVER=xmpp.meet.jitsi # On environments like Swarm the IP address used by the default gateway need not be