Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
None
-
All
Description
If you try to override it through a plugin hook, you will get an exception.
API CHANGES:
Class: com.liferay.portal.security.auth.ScreenNameValidator
Note: this class has been changed to an interface. The implementation can be found in DefaultScreenNameValidator
UPGRADE NOTES:
In portal-ext.properties, if you have
users.screen.name.validator=com.liferay.portal.security.auth.ScreenNameValidator
this line must be changed to
users.screen.name.validator=com.liferay.portal.security.auth.DefaultScreenNameValidator
Attachments
Issue Links
- is related to
-
LPS-6601 Unable to override ScreenNameValidator through hooks
- Closed