Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:47:44 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:47:44 +0300
commite970b5261fd0ae126db788d514ab4c7770688356 (patch)
treea98ee31245efbc3814ae91669362173c862ddd4e /tests/acceptance/installAndConfigureServer.sh
parent2f80025ec25dd3ce19c0664f07073399e9bf99e9 (diff)
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