diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-21 14:47:44 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-04-21 14:47:44 +0200 |
commit | e970b5261fd0ae126db788d514ab4c7770688356 (patch) | |
tree | a98ee31245efbc3814ae91669362173c862ddd4e /tests/acceptance/installAndConfigureServer.sh | |
parent | 2f80025ec25dd3ce19c0664f07073399e9bf99e9 (diff) | |
download | nextcloud-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-x | tests/acceptance/installAndConfigureServer.sh | 2 |
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 |