Forums

CSRF verification failed. Request aborted. when entering admin login/registration page

I get 403 error, CSRF verification failed. Request aborted. while entering admin login page or registration page I could see the {% csrf_token %} in the login.html form.

Also i could not see this error in development environment. Should i force the csrf using render function in the corresponding login view ?

using https request solved this issue, thanks.

Yes, Thank you very much. It's working fine.