Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.2.x
-
Committed
-
2
-
Regression Bug
Description
Reproduction steps:
- Configure Liferay to authenticate users based on their screen name
company.security.auth.type=screenName
- Set up Liferay with LDAP
- Create a user in LDAP with e-mail address "[email protected]"
- Log in to Liferay with the created user
Result The following error message is printed but the companyId and emailAddress are swapped.
com.liferay.portal.kernel.exception.UserEmailAddressException$MustNotBeDuplicate: User 37862 cannot be created because a user with company [email protected] and email address 20095 is already in use
Attachments
Issue Links
- is caused by
-
LPS-91071 Log message in UserEmailAddressException.MustNotBeDuplicate is confusing and incomplete
- Closed