Author: jleroux
Date: Thu Mar 22 21:36:33 2018
New Revision: 1827532
URL:
http://svn.apache.org/viewvc?rev=1827532&view=revLog:
Reverted: Token Based Authentication
(OFBIZ-9833)
Completes r1827528, I saw it but forgot to put it back:
login.secret_key_string=Secret Key
Modified:
ofbiz/ofbiz-framework/branches/release17.12/framework/security/config/security.properties
Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/security/config/security.properties
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/framework/security/config/security.properties?rev=1827532&r1=1827531&r2=1827532&view=diff==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/framework/security/config/security.properties (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/framework/security/config/security.properties Thu Mar 22 21:36:33 2018
@@ -131,3 +131,6 @@ default.error.response.view=view:viewBlo
# -- 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