I have extended the default login plugin to include LDAP support for authorization via Active Directory.
However If ever I update the plugin, my code will be gone. Ideally, i should make a new plugin that overrides the other, but I'm not sure how to do it to ensure future compatibility.
is there a 'correct' way to override the functions of one plugin with another?