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.ScreenNameGenerator
Note: this class has been changed to an interface. The implementation can be found in DefaultScreenNameGenerator
UPGRADE NOTES:
In portal-ext.properties, if you have
users.screen.name.generator=com.liferay.portal.security.auth.ScreenNameGenerator
this line must be changed to
users.screen.name.generator=com.liferay.portal.security.auth.DefaultScreenNameGenerator
Attachments
Issue Links
- is related to
-
LPS-6604 Unable to override ScreenNameGenerator through hooks
- Closed