Customizing login page

I have overridden the login page on v2 so username was used, but with upgrade to v3 it is not used anymore. I have tried to add my custom login as action in AdminPanelProvider login, but it still loads the default login page and not the customized one. How can i achieve this in v3?
3 Replies
DariusIII
DariusIIIOP2y ago
->login(CustomLogin::class)
stanwarri
stanwarri2y ago
Where you able to get this fixed
DariusIII
DariusIIIOP2y ago
No. I have reverted to default for now When i start using custom login class, many errors, due to missing methods, start happening. When i add one, another pops out, so i just reverted to default email/pass

Did you find this page helpful?