[Resolved] Authentication Required

    • October 25, 2022 at 8:50 am #12588
      A
      a.taylor
      Participant

      Okay, So I am trying to change the Authentication Required text above the agent log-in page to read something else. I have changed everywhere I thought would be needing to be changed within the coding and still no luck. Can anyone point me in the direction of where I need to look in order to get this text changed? Thank you

      Ashley

    • November 8, 2022 at 11:43 am #12991
      stevland
      Keymaster

      Hi Ashley,

      This isn’t a perfect answer, but it is the best I can come up with without a super long investigation.

      You can edit /include/staff/login.tpl.php,line 41:

      <h3><?php echo Format::htmlchars($msg); ?></h3>

      …and replace everything between <h3> and </h3> with your text, like so

      <h3>Hello World!</h3>

      There are two drawbacks.

      If you use any language packs, this will break the translations and your text will display the same in every language.

      If and when you upgrade to a newer version of osTicket Awesome you will need to reapply this tweak.

You must be logged in to reply to this topic.