Skip to content

login_with_cas not properly aliasing #5

@kohenkatz

Description

@kohenkatz

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions