Legacy Knowledge Base
Published Jun. 30, 2025

The screen name cannot be an email address or a reserved word

Written By

Sivakumar Perumal

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • When trying to log in with an Active Directory user, sign-in failed with the below error
    ERROR [http-nio-8080-exec-9][BaseSamlStrutsAction:59] Screen name test@liferay.com for user 34945 must validate with com.liferay.portal.kernel.security.auth.DefaultScreenNameValidator: The screen name cannot be an email address or a reserved word, such as postfix. It must contain only alphanumeric or the following special characters: -._.

Environment

  • Liferay DXP 7.0 to 7.4

Resolution

  • The above error will be observed when the screen name is mapped to an email address. Checking the attribute mapping should help.
  • Also, since Liferay will allow only the following special characters by default the authentication will not be successful as the email address consists of a special character.
    #
    # Input a list of special characters that are allowed in screen names. This
    # property is read by the default screen name validator implementation.
    # Custom implementations need to also use this property to account for
    # screen names with special characters.
    #
    # Env: LIFERAY_USERS_PERIOD_SCREEN_PERIOD_NAME_PERIOD_SPECIAL_PERIOD_CHARACTERS
    #
    users.screen.name.special.characters=-._

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base