diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-10-20 13:58:01 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-22 06:50:45 +0100 |
commit | a100186e5e7dcbe95faa453d28b5cf0d20948639 (patch) | |
tree | afea689f2b87338975c74aabba950d85f7dca338 /build/integration/features/bootstrap/SharingContext.php | |
parent | 5e519fe17a2d4940993f4d866dfdd68269265a12 (diff) | |
download | nextcloud-server-a100186e5e7dcbe95faa453d28b5cf0d20948639.tar.gz nextcloud-server-a100186e5e7dcbe95faa453d28b5cf0d20948639.zip |
Sharing link & mail parity
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/integration/features/bootstrap/SharingContext.php')
-rw-r--r-- | build/integration/features/bootstrap/SharingContext.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index be719cbf379..125a3b21d0e 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -45,6 +45,5 @@ class SharingContext implements Context, SnippetAcceptingContext { $this->deleteServerConfig('core', 'shareapi_default_expire_date'); $this->deleteServerConfig('core', 'shareapi_expire_after_n_days'); $this->deleteServerConfig('core', 'link_defaultExpDays'); - $this->deleteServerConfig('sharebymail', 'enforcePasswordProtection'); } } |