You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Steve Malenfant (JIRA)" <ji...@apache.org> on 2016/11/03 13:19:58 UTC

[jira] [Created] (TC-22) Redirected to invalid login page when credential expires

Steve Malenfant created TC-22:
---------------------------------

             Summary: Redirected to invalid login page when credential expires
                 Key: TC-22
                 URL: https://issues.apache.org/jira/browse/TC-22
             Project: Traffic Control
          Issue Type: Bug
          Components: Traffic Ops
    Affects Versions: 1.8.0
            Reporter: Steve Malenfant
            Assignee: Steve Malenfant
            Priority: Minor
             Fix For: 1.8.0


The redirected page doesn't exist, need to be changed to /loginpage

if ( !defined( $self->current_user() ) ) {
  return $self->redirect_to('/login.html');
}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)