Re: csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
fml. Thank you. -- 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 post to this group, send email to django-users@goo

Re: csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
fml. Thank you. On Tuesday, August 1, 2017 at 12:55:10 PM UTC-6, Dylan Reinhold wrote: > > You have a quoting miss-match in your enctype, that might be messing with > the csrf_token > >enctype='multipart/form-data"> > > On Tue, Aug 1, 2017 at 9:57 AM, > > wrote: > >> Hey, >> >> I recently s

Re: csrf_token during registration is giving me problems

2017-08-01 Thread Dylan Reinhold
You have a quoting miss-match in your enctype, that might be messing with the csrf_token I keep getting the following error: > > > Forbidden (403) >> >> CSRF verification failed. Request aborted. >> Help >> >> Reason given for failure: >> >> CSRF token missing or incorrect. >> >> >> In gene

csrf_token during registration is giving me problems

2017-08-01 Thread pieceofkayk2718
Hey, I recently started playing with my user registration and login and logout stuff for an app. It worked fine before I moved it but now that it's moved I keep getting the following error: Forbidden (403) > > CSRF verification failed. Request aborted. > Help > > Reason given for failure: >