[Pkg-owncloud-commits] [owncloud-doc] 78/227: Remove not longer existing config switch
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 14db1e9519f22e143bacdb37b55f6db58f97784b
Author: Lukas Reschke <lukas at owncloud.com>
Date: Mon Sep 8 16:37:12 2014 +0200
Remove not longer existing config switch
Was removed with ownCloud 3.x or so - killing it here too.
---
developer_manual/core/configfile.rst | 6 ------
1 file changed, 6 deletions(-)
diff --git a/developer_manual/core/configfile.rst b/developer_manual/core/configfile.rst
index 3cf71ea..45dd721 100644
--- a/developer_manual/core/configfile.rst
+++ b/developer_manual/core/configfile.rst
@@ -35,12 +35,6 @@ App config
/* Force use of HTTPS connection (true = use HTTPS) */
"forcessl" => false,
- /* Enhanced auth forces users to enter their password again when performing potential sensitive actions like creating or deleting users */
- "enhancedauth" => true,
-
- /* Time in seconds how long an user is authenticated without entering his password again before performing sensitive actions like creating or deleting users etc...*/
- "enhancedauthtime" => 15 * 60,
-
/* Theme to use for ownCloud */
"theme" => "",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list