Open Ashkanfarhady opened 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 )
Hi,
Hi have the same problem. I need to implement. Maybe they could find the solution, Thaks a lot.
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 )