aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2025-03-03 12:51:39 +0100
committerprovokateurin <kate@provokateurin.de>2025-03-03 12:51:39 +0100
commiteaa1b54d988cb448de302792812bb278edaab2ec (patch)
treea5390c75ba682b694fe6465b5691ff7180d90cc8
parentafae742a2b7ccc75a7b2a1380b8d9491a971f123 (diff)
downloadnextcloud-server-build/integration/disable-password_policy-app.tar.gz
nextcloud-server-build/integration/disable-password_policy-app.zip
build(integration): Disable password_policy appbuild/integration/disable-password_policy-app
Signed-off-by: provokateurin <kate@provokateurin.de>
-rwxr-xr-xbuild/integration/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index 8efb7593dfe..4515cd459ae 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -24,6 +24,8 @@ if [ "$INSTALLED" == "true" ]; then
$OCC config:system:set allow_local_remote_servers --value true --type bool
# Allow self signed certificates
$OCC config:system:set sharing.federation.allowSelfSignedCertificates --value true --type bool
+ # Allow creating users with dummy passwords
+ $OCC app:disable password_policy
else
if [ "$SCENARIO_TO_RUN" != "setup_features/setup.feature" ]; then
echo "Nextcloud instance needs to be installed" >&2