Skip to content

Commit

Permalink
Merge pull request nextcloud#51196 from nextcloud/build/integration/d…
Browse files Browse the repository at this point in the history
…isable-password_policy-app

build(integration): Disable password_policy app
  • Loading branch information
susnux authored Mar 3, 2025
2 parents afae742 + eaa1b54 commit 705d730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 705d730

Please sign in to comment.