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

Unable to override ScreenNameValidator 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.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

          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)