You are not logged in.
Pages: 1
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
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
Pages: 1