LoginForm override

General discussion about MantisBT Plugins

Moderators: Developer, Contributor

Post Reply
balmag
Posts: 1
Joined: 08 Oct 2021, 08:02

LoginForm override

Post 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?
Post Reply