Disable "Forgot Password?" Link?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 329

    Disable "Forgot Password?" Link?

    Does anyone know if there is any way to disable/remove the "Forgot Password?" link on the logon page?
    I don't need it since we are using AUTH - LDAP and I don't want my users getting confused.
    It happens extremely easily with the bunch I have to work with!
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    hello
    client/res/templates/login.tpl

    Comment

    • khopper
      Senior Member
      • Sep 2017
      • 329

      #3
      Thank you!

      I removed the following line and the "Forgot Password?" option is no longer there!

      <a href="javascript:" class="btn btn-link pull-right" data-action="passwordChangeRequest" tabindex="4">{{translate 'Forgot Password?' scope='User'}}</a>

      Comment

      • khopper
        Senior Member
        • Sep 2017
        • 329

        #4
        Just in case anyone needs to know how to control the login UPPERCASE vs LOWERCASE

        I have setup our Instance to use LDAP auth and noticed that the username is CASE SENSITIVE. For the most part I usually make all username lowercase, but the

        Comment

        Working...