Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alt auth plugin - e107 + e107db combination is not working #4860

Closed
Jimmi08 opened this issue Sep 5, 2022 · 1 comment · Fixed by #4864
Closed

alt auth plugin - e107 + e107db combination is not working #4860

Jimmi08 opened this issue Sep 5, 2022 · 1 comment · Fixed by #4864
Labels
plugin: alt_auth type: bug A problem that should not be happening

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Sep 5, 2022

Bug Description

two e107 installation in different databases
test is admin area is ok, so setting is correct
User is not able to log in
Error is standard e107 login message so nothing is clear

Real reason for not loggin in is BAD USER NAME - user lookup in login handler is looking in first database, not in secondary.
The same settings for otherDB is working,

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Sep 5, 2022
@Jimmi08
Copy link
Contributor Author

Jimmi08 commented Sep 7, 2022

This is caused with my PR

There should be only if ($method == 'e107')
#3983

If I revert it, blank page is back...

CaMer0n added a commit that referenced this issue Sep 29, 2022
Fixes #4860 and correct fix for #3983 - correct second authorization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: alt_auth type: bug A problem that should not be happening
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants