-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.4.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
We have to use numbers as screenName. This is prevented by the curent implementation of UserLocalServiceImpl.
In function UserLocalServiceImpl.validateServiceImpl the lines
if (Validator.isNumber(screenName) &&
!screenName.equals(String.valueOf(userId)))
should be moved inside the screenNameValidator