-
Notifications
You must be signed in to change notification settings - Fork 48
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
Redmine 2.x Update #18
Comments
Applied the Redmine 2x sieries patch set found in the original issue AdamLantos#18 AdamLantos#18 patch located http://www.yomi.darkbsd.org/~darksoul/redmine_http_auth-for-redmine-2x.patch
Thanks a lot for your effort darksoul42! I can manage to make the login work again with your patch, however the autoregistration form still raises errors: NameError (undefined local variable or method If I access /httpauth-selfregister directly (as in previous versions) I get some exception: Same with redmine 2.1.x and 2.2.x. |
Does anybody of the active users have the scenario where self-register is enabled? Perhabs we could work together to make this 2.x compliant. Any help would be appreciated. With all my changes I could prevent the exception, but the httpauthselfregister-page shows up just empty without a form. [Or even worse: Is this problem not arising on your installations with self-register enabled?] |
jpmschuler ... I am actively using self-register, Yes.. I will see what I have for routes .. I might have had to change something local that is not in the code.. |
👍 |
Continued fixing minor issues brought up on issue AdamLantos#18. - Self-Registration form is working (although it is not used by my installations) - Logout now returns to login screen allowing the user to change identity - Locked users cannot log in
Hi, I tried to install your plugin, but I am still getting the following error: ActionController::RoutingError (No route matches {:controller=>"httpauth-login"}): Sadly, I don Best regards Jan Mach |
@ghost I get the same error as you:
Any idea? |
@phlegx Having the same issue ... were you able to resolve it ? |
@KingBain Some forks has fix the problem. |
I coded the following patch to enable redmine_http_auth to be used with Redmine 2.x (at work, with an Apache 2.x + mod_ldap setup). Tested on Redmine 2.1.2 with Rails 3.2.8
The patch itself :
http://www.yomi.darkbsd.org/~darksoul/redmine_http_auth-for-redmine-2x.patch
The patched archive (from master branch) :
http://www.yomi.darkbsd.org/~darksoul/redmine_http_auth-for-redmine-2x.tar.gz
The patch includes :
The text was updated successfully, but these errors were encountered: