Page 1 of 1

LoginForm override

Posted: 08 Oct 2021, 08:08
by balmag
Hello,
i am practicing with mantisbt now.
I have LDAP authentication enabled.
I would like to write a new plugin that will override the original login form. I want the username field to be autocomplete from the active directory.
Where should I go? How can I override it without writing it into the core?

I realized that the login_page.php file contains the code that needs to be modified.
Can I create my own login_page.php file?