Author: pgil
Date: Thu Sep 27 16:11:40 2018
New Revision: 1842111
URL:
http://svn.apache.org/viewvc?rev=1842111&view=revLog:
Fixed : Impersonation of userLogin feature
(OFBIZ-10515)
Fix default value of impersonation feature to true (unchanged after last test before commit...)
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=1842111&r1=1842110&r2=1842111&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/security/config/security.properties Thu Sep 27 16:11:40 2018
@@ -76,7 +76,7 @@ store.login.history.on.service.auth=fals
store.login.history.incorrect.password=true
# -- disable impersonation
-security.disable.impersonation=false
+security.disable.impersonation=true
# -- if you want that an user cannot operate during an administrator impersonate his account. If true, it can be helpful for QA and dev site
security.login.authorised.during.impersonate=false