How to add link into Login Page

Hi All,

I would like to add some info on main Lohin Page, befoure you put user/pass.

I found two place where it could be done:

  1. footer -> for me to small
  2. *.po files, message on read field for example rihgt now I have
    "You are not an authorized user" I would like to have “You are not an
    authorized user. Please visit link”

I know where I should change this but I dont konw how put there a link:

first place TangentForLoginWithError(‘You are not an authorized
user’); from -> opt/rt4/lib/RT/Interface/Web.pm

second /opt/rt4/share/en.po

#: NOT FOUND IN SOURCE
msgid "You are not an authorized user please"
msgstr “You are not an authorised user please”

Perhaps you have better place to put message like “Please register here” etc.

Pozdrawiam
Adrian Stelmaszyk

I would like to add some info on main Lohin Page, befoure you put user/pass.

There’s another thread on the mailing list today about Login banner
that covers the Callback based solution for this.

-kevin