Dennis Balkir created OFBIZ-10506:
-------------------------------------
Summary: Initial set of hasLoogedOut flag when logging in
Key: OFBIZ-10506
URL:
https://issues.apache.org/jira/browse/OFBIZ-10506 Project: OFBiz
Issue Type: Bug
Components: framework
Reporter: Dennis Balkir
Attachments: OFBIZ-10506.patch
When setting up a new OFBiz with loadAll all the user logins are initially created with the flag {{hasLoggedOut}} set to null.
This causes problems, when the method {{isUserLoggedIn}} from {{LoginWorker}} is used, since this checks if the flag is not null or N, and if it is null or not N it will remove the user from the session.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)