|
21-11-2006, 05:31 AM
This is a long pending bug which they are not interested to fix and no one can question them. The below solution should solve your problem.
Whenever users sends an email to support, user account is created in table "swusers" .
This happens when we enable email queue. The email id is updated in "swuseremails" table.
If the same user tries to login to eSupport or SupportSuite the login fails with message "Invalid Username or Password"
There are two ways to solve this problem:
1. Clear all the records in "swusers" and "swuseremails" table (Take a backup if you need, but I didn't take) or
2. Open "swusers" table, select a record, find the full name, if you know the login id for that name, then update the same in "loginapi_userid" column. Then try to login, it will work.
This is the work around for Active Directory Login share (LDAP) till they fix this bug. |