From 539c0aeb04f3210654972548f51f8cf61fce49ae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 Sep 2014 12:13:44 +0200 Subject: Add an option to disallow sending sharing emails to non-owncloud users Fix #10836 --- settings/admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'settings/admin.php') diff --git a/settings/admin.php b/settings/admin.php index bb5f47b36a9..56484f25b26 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -66,6 +66,7 @@ $template->assign('allowLinks', $appConfig->getValue('core', 'shareapi_allow_lin $template->assign('enforceLinkPassword', \OCP\Util::isPublicLinkPasswordRequired()); $template->assign('allowPublicUpload', $appConfig->getValue('core', 'shareapi_allow_public_upload', 'yes')); $template->assign('allowResharing', $appConfig->getValue('core', 'shareapi_allow_resharing', 'yes')); +$template->assign('allowPublicMailNotification', $appConfig->getValue('core', 'shareapi_allow_public_notification', 'no')); $template->assign('allowMailNotification', $appConfig->getValue('core', 'shareapi_allow_mail_notification', 'no')); $template->assign('onlyShareWithGroupMembers', \OC\Share\Share::shareWithGroupMembersOnly()); $databaseOverload = (strpos(\OCP\Config::getSystemValue('dbtype'), 'sqlite') !== false); -- cgit v1.2.3