mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
build(integration): Disable password_policy app
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
afae742a2b
commit
eaa1b54d98
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue