volrath / django-captcha-admin

Simple way to add a ReCaptcha field to your admin login page.
MIT License
21 stars 10 forks source link

Problem , when trying to login with an invalid username/password #11

Open Ashkanfarhady opened 4 years ago

Ashkanfarhady commented 4 years ago

Hello, When I try to login with an invalid username/password I get this error: VariableDoesNotExist at /admin/login/

Failed lookup for key [this_is_the_login_form] in

Django version: 2.2.12

The problem is this_is_the_login_form is not a field of form, the choices are : username password captcha ( thanks to this package )

gustavo-belduma commented 3 years ago

Hi,

Hi have the same problem. I need to implement. Maybe they could find the solution, Thaks a lot.