redmine-cas-plugin icon indicating copy to clipboard operation
redmine-cas-plugin copied to clipboard

login_with_cas not properly aliasing

Open kohenkatz opened this issue 14 years ago • 0 comments

I have Redmine 1.2.1 with the CAS plugin.

The login function is not being properly aliased. If I go to /login, it shows the regular login screen but if I go to /account/login_with_cas, it logs in properly.

I ran the following code and it returned false. a = AccountController.new a.method(:login) == a.method(:login_with_cas)

kohenkatz avatar Aug 18 '11 02:08 kohenkatz