-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.2.10 DXP FP3, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Application Security > LDAP
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
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 "test@liferay.com"
- 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 usera@test.com and email address 20095 is already in use
- is caused by
-
LPS-91071 Log message in UserEmailAddressException.MustNotBeDuplicate is confusing and incomplete
- Closed