Re: Custom login in django

2020-03-30 Thread Will Meyers
We'd need more info, but most likely the actual token is not being sent to the template properly. See this thread for suggestions. On Mon, Mar 30, 2020 at 11:18 AM Kushal Neupane wrote: > Forbidden

Re: Custom login in django

2020-03-30 Thread Kasper Laudrup
https://stackoverflow.com/help/how-to-ask -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on

Custom login in django

2020-03-30 Thread Kushal Neupane
Forbidden (403) CSRF verification failed. Request aborted. Help Reason given for failure: CSRF token missing or incorrect. In general, this can occur when there is a genuine Cross Site Request Forgery, or when Django's CSRF mechanism

How to make a custom login() using Django login() method?

2018-03-30 Thread Susan Tan
Hi Django Users, This is my first-time post. I want to return my own SusanTemplateResponse class in https://github.com/django/django/blob/stable/1.10.x/django/contrib/auth/views.py#L98

Custom Login Url Django Admin Site

2010-03-12 Thread d3f3nd3r
Hi, is there a nice way to redirect the user to a custom login page when accessing a django admin site? I'm thinking about something like LOGIN_URL in settings.py. regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this