You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
I install the plugin successful but I cannot login to my redmine instance.
Is ist due to I'm running on redmine 2.3 or that I login by an email address user name.
And yes, I have REST and JSON enable.
Any tips appreciated.
Kind regards
viegelinsch
Error message goes like this:
Started GET "/redmine/" for CLIENT_IP at Mon Apr 01 13:58:00 +0200 2013
Processing by WelcomeController#index as /
Current user: anonymous
Redirected to https://SRV/redmine/login?back_url=https%3A%2F%2FSRV%2Fredmine%2F
Filter chain halted as :check_if_login_required rendered or redirected
Completed 302 Found in 9ms (ActiveRecord: 0.7ms)
Started GET "/redmine/login?back_url=https%3A%2F%2FSRV%2Fredmine%2F" for CLIENT_IP at Mon Apr 01 13:58:00 +0200 2013
Processing by AccountController#login as /
Parameters: {"back_url"=>"https://SRV/redmine/"}
Current user: anonymous
Rendered account/login.html.erb within layouts/base (3.1ms)
Rendered plugins/rougemine/app/views/hooks/rougemine/_view_layouts_base_html_head.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 10.0ms | ActiveRecord: 0.3ms)
Started GET "/redmine/users/current.json" for CLIENT_IP at Mon Apr 01 13:58:00 +0200 2013
Processing by UsersController#show as JSON
Parameters: {"id"=>"current"}
Current user: anonymous
Filter chain halted as :check_if_login_required rendered or redirected
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.5ms)
Started GET "/redmine/users/current.json" for CLIENT_IP at Mon Apr 01 13:58:00 +0200 2013
Processing by UsersController#show as JSON
Parameters: {"id"=>"current"}
Current user: anonymous
Filter chain halted as :check_if_login_required rendered or redirected
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.5ms)