diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-07-21 13:05:34 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-07-24 17:31:03 +0200 |
commit | 801bf813178573b539a8d66bcb1420cd11455994 (patch) | |
tree | c6592e7f14e7916b38615ce73b76c9f8e245d661 /tests/acceptance/installAndConfigureServer.sh | |
parent | de7606dc6802a026f8ce33115c2f51a304aabc61 (diff) | |
download | nextcloud-server-801bf813178573b539a8d66bcb1420cd11455994.tar.gz nextcloud-server-801bf813178573b539a8d66bcb1420cd11455994.zip |
Adds disabled user acceptance tests
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'tests/acceptance/installAndConfigureServer.sh')
-rwxr-xr-x | tests/acceptance/installAndConfigureServer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/installAndConfigureServer.sh b/tests/acceptance/installAndConfigureServer.sh index c61faeda238..98de72bf45e 100755 --- a/tests/acceptance/installAndConfigureServer.sh +++ b/tests/acceptance/installAndConfigureServer.sh @@ -35,6 +35,8 @@ fi php occ maintenance:install --admin-pass=admin OC_PASS=123456acb php occ user:add --password-from-env user0 +OC_PASS=123456acb php occ user:add --password-from-env disabledUser +php occ user:disable disabledUser if [ "$NEXTCLOUD_SERVER_DOMAIN" != "" ]; then # Default first trusted domain is "localhost"; replace it with given domain. |