-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 3.X EE, 3.X CE
-
Component/s: Environment, Environment > General / Integration
-
Labels:None
- Enable LDAP
- Try to log in with LDAP user
- NPE will be thrown when the portal is creating the user
*Note: Even after this fix, the user will not be able to log in because this bug leaves dirty data in the database. It also can not be cleaned through service calls because the exception is thrown in the middle of user creation.
This is the SQL command I had to run to clean up the data:
delete from User_ where userId not in (select userId from Contact_) and status = 2
- is caused by
-
SOS-2283 After inviting a new member to a Social Office site, the notification of the invitation isn't received
- Closed