
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 the urls.py -- and where would that be located?
Kind regards Christian

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 3 is mailman-users@mailman3.org <https://lists.mailman3.org/mailman3/lists/mailman-users@mailman3.org/>.
Should I create a separate app and override the path? Should I modify the urls.py -- and where would that be located?
See https://django-allauth.readthedocs.io/en/latest/templates.html
Modify the template at django_mailman3/templates/account/login.html
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

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 3 is mailman-users@mailman3.org <https://lists.mailman3.org/mailman3/lists/mailman-users@mailman3.org/>.
Should I create a separate app and override the path? Should I modify the urls.py -- and where would that be located?
See https://django-allauth.readthedocs.io/en/latest/templates.html
Modify the template at django_mailman3/templates/account/login.html
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Christian Wahl
-
Mark Sapiro