forked from extern/django-helpdesk
44bbcd31e5
Using the django auth backend allows integers to be passed as a password Using Peter Sagerson's ldap auth backend there is an error thrown because some code tries to do a len() on the password. You could argue that the ldap auth backend should str(password), but you could also argue that passing an int as a password is bad practice This PR ensures that a string is sent to the auth module. |
||
---|---|---|
.. | ||
__init__.py | ||
helpers.py | ||
test_navigation.py | ||
test_per_queue_staff_permission.py | ||
test_public_actions.py | ||
test_ticket_lookup.py | ||
test_ticket_submission.py |