summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/installAndConfigureServer.sh
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 14:47:44 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 14:47:44 +0200
commite970b5261fd0ae126db788d514ab4c7770688356 (patch)
treea98ee31245efbc3814ae91669362173c862ddd4e /tests/acceptance/installAndConfigureServer.sh
parent2f80025ec25dd3ce19c0664f07073399e9bf99e9 (diff)
downloadnextcloud-server-e970b5261fd0ae126db788d514ab4c7770688356.tar.gz
nextcloud-server-e970b5261fd0ae126db788d514ab4c7770688356.zip
Make test passwords valid for the password_policy app
As requested by Morris Jobke, the passwords in the acceptance tests were modified to make them valid both for a clean Nextcloud server and one with the password_policy app enabled. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/installAndConfigureServer.sh')
-rwxr-xr-xtests/acceptance/installAndConfigureServer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/installAndConfigureServer.sh b/tests/acceptance/installAndConfigureServer.sh
index c41f03ece16..2fbdf821f77 100755
--- a/tests/acceptance/installAndConfigureServer.sh
+++ b/tests/acceptance/installAndConfigureServer.sh
@@ -27,4 +27,4 @@ set -o errexit
php occ maintenance:install --admin-pass=admin
-OC_PASS=123456 php occ user:add --password-from-env user0
+OC_PASS=123456acb php occ user:add --password-from-env user0