Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
OFBIZ-9398 Initialize UserLogin.hasLoggedOut to false on very fist login
- Closed