Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2017-03-10 23:30:51

mdyason
Member
Registered: 2015-01-20
Posts: 43

Making a change to the Login failed screen

If a login fails the user is sent to a screen "authenticate.tlx" where they can retry or click on the "Lost Password" link.  Is this page a smarty template?  If so how can I find it?  I need to change the text on that page and hopefully find a way to remove the "Lost Password" link.  We only use LDAP and if LDAP is failing for whatever reason we want the user to not ask for a password reset but rather just keep retrying.

Offline

#2 2017-03-13 10:50:57

steve
Third Light Staff
Registered: 2013-06-06
Posts: 105

Re: Making a change to the Login failed screen

Hi

Error strings are sent through the errorpage.tpl file so you could try intercepting a particular error state there or change the text of the translation strings to cover the LDAP case.

Best Regards,
Steve

Offline

Board footer