You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/11/05 11:07:50 UTC

svn commit: r1814348 - /ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties

Author: jleroux
Date: Sun Nov  5 11:07:50 2017
New Revision: 1814348

URL: http://svn.apache.org/viewvc?rev=1814348&view=rev
Log:
Reverts, this slipped in inadvertently with r1814292

Modified:
    ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties

Modified: ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties?rev=1814348&r1=1814347&r2=1814348&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties Sun Nov  5 11:07:50 2017
@@ -126,17 +126,7 @@ protect-view.preprocessor=java.org.apach
 #default.error.response.view=none:
 default.error.response.view=view:viewBlocked
 
-# -- If false, then no externalLoginKey parameters will be added to cross-webapp urls
+# If false, then no externalLoginKey parameters will be added to cross-webapp urls
 security.login.externalLoginKey.enabled=true
-# -- Security key used to encrypt and decrypt the autogenerated password in forgot password functionality.
-login.secret_key_string=Secret Key
-
-# -- If true, then it's possible to connect to another webapp on another server w/o signing in
-use-external-server=Y
-# -- Name of the external server (DNS)  
-#external-server-name=localhost:8443
-external-server-name=demo-trunk.ofbiz.apache.org
-# -- Query part of the URL to use
-external-server-query=/catalog/control/
-# -- Time To Live of the token send to the external server
-external-server-token-duration=30
+#Security key used to encrypt and decrypt the autogenerated password in forgot password functionality.
+login.secret_key_string=Secret Key
\ No newline at end of file