Problems with authorization
Added by Constantine Royo over 13 years ago
I had install redmine and can't authorize with default admin/admin.
When I tried it, I had an error (attached screenshot).
In redmine error log:
Processing AccountController#login (for 178.121.13.94 at 2011-07-05 10:37:05) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Fespectro.ws%3A12007%2Faccount%2Flost_password", "action"=>"login", "authenticity_token"=>"Q9rTCgIzZVPW3lCdBwth4/UB3X6+XUCGvC863PN7LOA=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Р’С…РѕРґ В»"}
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'
Rendering /home/espectr2/public_html/jtest/public/500.html (500 Internal Server Error)
Please help me.
Thank you.
redmine-error.jpg (45.1 KB) redmine-error.jpg |
Replies (2)
RE: Problems with authorization - Added by Anonymous over 13 years ago
Would you possibly be trying to log in using LDAP credentials? Its just that I know when initially configurint the Jumpbox (Assuming that you use Redmine with a Jumpbox) there's a chance there to put the credentials in, but if you have your Redmine out on the WAN and not LAN LDAP doesn't seem to work (A problem I'm having now). Would you happen to be using a jumpbox for redmine or something else? Usually error 500 is a general error, but may have to do with credentials. Would this be a new installation or existing also?
RE: Problems with authorization - Added by Constantine Royo over 13 years ago
I found this error on redmine forum http://www.redmine.org/boards/2/topics/24868
Thank you.