-
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
Invalid form authenticity token for some users #1
Comments
Hi Stéphane, first of all, please specify which version are you using (redmine and http_auth). Also please try to update if you're not using the latest version. thanks, |
Hi Adam Processing AccountController#login (for x.x.x.x at 2010-07-21 15:42:52) [GET] Parameters: {"action"=>"login", "controller"=>"account"} Rendering template within layouts/base Rendering account/login ActionView::TemplateError (undefined method `signin_path' for #ActionView::Base:0x2b120b3fff00) on line #25 of app/views/layouts/base.rhtml: 23: 24: 25: <%= render_menu :account_menu -%> 26: 28: <%= render_menu :top_menu -%>
Rendering /opt/redmine-0.9.4/public/500.html (500 Internal Server Error) Thank you |
Hi, this latter issue don't seem to be related to the http_auth plugin, and it should persist if you uninstall the plugin itself (you can try to move the vendor/plugins/redmine_http_auth directory out of the path and restart the container to see if this is the case). The form_authenticity_token issue is probably related to http://www.redmine.org/issues/5230, unfortunately I can not reproduce it in my installation :( thanks, |
also see http://www.redmine.org/issues/3968, maybe that helps |
Hi Adam |
Hi Stéphane, I'm not sure I'm following you here... Could you please elaborate the followings?
I know of one small issue: when the plugin is activated, the /account/login form doesn't work (instead it gives 'invalid form authenticity token'). Is your issue basically the same? Are you using redmine>=r3807 (http://www.redmine.org/issues/2473)? thanks, |
Hi Adam |
Hi Adam |
agree with Norwan. the problem is the case sensitive thing. this is my apache config: balbalbal If the user is: OzzyOsbourne -> it produces: ozzyosbourne and now, if i try to log in as OssyOsbourne, redmine shows the error. |
Could you please retest with aaf7eb0 applied? That should fix the case sensitivity issue. |
the problem was the web client and the apache config chrome no problem |
Hi,
We are not sure but it seems that since we installed this plugin some users got "Invalid form authenticity token" when they perform any action linked with a form : new demand, new project etc.
How do you rate it?
Thank you for your help
Stéphane
The text was updated successfully, but these errors were encountered: