[jira] [Created] (OFBIZ-9398) Initialize UserLogin.hasLoggedOut to false on very fist login

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9398) Initialize UserLogin.hasLoggedOut to false on very fist login

Nicolas Malin (Jira)
Martin Becker created OFBIZ-9398:
------------------------------------

             Summary: Initialize UserLogin.hasLoggedOut to false on very fist login
                 Key: OFBIZ-9398
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9398
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Martin Becker
            Priority: Trivial


LoginServices.userLogin: If the user is in his very first login session, the hasLoggedOut flag will still be null during the session since it was never set by a previous session. In order to read the correct flag value during the first user session (which should be false), this patch includes an explicit update to the hasLoggedOut flag to "N" when hasLoggedOut is checked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)