Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Release Branch 13.07, Release Branch 14.12, 16.11.01
-
None
-
Community Day 3 - 2015
Description
If a userLoginId of an existing user is updated by LoginServices.updateUserLoginId, a new UserLogin value is created with the data of the old one and the old one is disabled afterwards. In addition to switch the enabled flag to "N" the disabledDateTime is set to current date. This is wrong because this makes it possible to reenable the old UserLogin by just do a login with the old userLoginId (standard mechanism to lock the login for a while after subsequent failed login requests).