[Mailman-Users] Re: Overriding/modifying the login page

2022-12-13 Thread Mark Sapiro
On 12/13/22 01:25, Christian Wahl wrote: Hi, I followed the guidelines on https://docs.mailman3.org/en/latest/install/virtualenv.html and everything is fine, but I would like to create a custom login page. So, that would be on /accounts/login/ from the allauth app. The appropriate list for

[Mailman-Users] Overriding/modifying the login page

2022-12-13 Thread Christian Wahl
Hi, I followed the guidelines on https://docs.mailman3.org/en/latest/install/virtualenv.html and everything is fine, but I would like to create a custom login page. So, that would be on /accounts/login/ from the allauth app. Should I create a separate app and override the path? Should I modify