Defect #8190
closedlogin failed with blank page
0%
Description
Processing AccountController#login (for 87.79.159.115 at 2011-04-19 13:43:53) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Fpm.salesking.eu%2F", "action"=>"login", "authenticity_token"=>"sometoken", "username"=>"someName", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Anmelden ยป"}
NoMethodError (undefined method `destroy' for {}:Hash):
app/controllers/application_controller.rb:89:in `logged_user='
app/controllers/account_controller.rb:203:in `successful_authentication'
app/controllers/account_controller.rb:155:in `password_authentication'
app/controllers/account_controller.rb:142:in `authenticate_user'
app/controllers/account_controller.rb:30:in `login'
this does not apply to all users
Related issues
Updated by Georg Leciejewski over 13 years ago
after logging out with the other user he can also not login anymore
Updated by Etienne Massip over 13 years ago
Could you please give more details (see SubmittingBugs) ?
And have a look at #7857 and .
Updated by Georg Leciejewski over 13 years ago
Sorry .. here are my infos:
About your application's environment Ruby version 1.8.7 (i486-linux) RubyGems version 1.7.2 Rack version 1.1 Rails version 2.3.11 Active Record version 2.3.11 Active Resource version 2.3.11 Action Mailer version 2.3.11 Active Support version 2.3.11 Application root /u/apps/redmine/releases/20110419112527 Environment production Database adapter mysql Database schema version 20110412065600 About your Redmine plugins Simple CI 1.0 Redmine Vote plugin 0.0.2 Ticket Mails 0.0.1
Yes, seems to be related to #7857
Updated by Etienne Massip over 13 years ago
You could try to generate a new session store secret with rake generate_session_store
to mark every remaining sessions as invalid.
Updated by Georg Leciejewski over 13 years ago
no success with just resetting the session key but applied this monkey-patch, at the end by Rob, in init and now it works:
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Closed as duplicate of #7857.
Updated by Georg Leciejewski over 13 years ago
i was probably too fast, this fix does not solve the problem.