-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error when not logged in in v1.41 #27
Comments
Addressing SimpleMachines#27 by updating constructor in TemporaryPasswordPrimaryAuthenticationProvider to use getDBLoadBalancerFactory.
Turned out to be a really simple fix, and seems to work with and without logging in again! |
You are welcome to submit that as a PR against master. I branched the code so it can be updated to support 1.43 in the future, but haven't had time to look at the changes in 1.40, 1.41 and the upcoming changes in 1.42 |
Done! |
Addressing #27 by updating constructor in TemporaryPasswordPrimaryAuthenticationProvider to use getDBLoadBalancerFactory.
Description
In v1.4.1 they changed the function signature of TemporaryPasswordPrimaryAuthenticationProvider (1.40 vs 1.41), which results in the following error:
This only seems to occur if you aren't logged into SMF, looks like it works fine when you're already logged in.
@jdarwood007 I don't know MediaWiki well enough to fix it myself, but it'd be great if you could please take a look?
Steps to reproduce
Environment (complete as necessary)
Additional information/references
The text was updated successfully, but these errors were encountered: