Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
383 views
in Q2A Core by
Please

Out of the blue my application starts to send this message at login :

Question2Answer fatal error:

External login mapped to more than one user

Stack trace:

require() in index.php:27
require() in qa-index.php:183
qa_check_login_modules() in qa-page.php:829
check_login() in qa-page.php:101
qa_log_in_external_user() in ldap-login.php:33

Version 1.7.2

1 Answer

0 votes
by

i tried checking the database for 'select * from qa_users;' and deleted the entry of the user ID that was also present due to LDAP.

It solved my problem. Looks like entries that exists before LDAP setup created cause the problem, if the ID is same.

...