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

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 t

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 (4