Announcement

Collapse
No announcement yet.

Disable "Forgot Password?" Link?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

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

    Comment


    • #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


      • #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...
        X