iplweb / django-password-policies-iplweb

Django unicode-aware password policies.
Other
7 stars 21 forks source link

is_authenticated() should be replaced with is_authenticated in django >= 1.10 #3

Closed Brandhor closed 5 years ago

Brandhor commented 5 years ago

https://docs.djangoproject.com/en/1.11/ref/contrib/auth/#django.contrib.auth.models.User.is_authenticated

https://github.com/iplweb/django-password-policies-iplweb/blob/master/password_policies/views.py#L35

mpasternak commented 5 years ago

Sure it should! Please submit a patch and a test case and reopen.