Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1803

Unable to override ScreenNameGenerator through hooks

Details

    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

          Activity

            People

              michael.hashimoto Michael Hashimoto
              amos.fong Amos Fong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP3 (5.2.7)