Advertisement
Krakozaber

Untitled

Jan 13th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. 2016-01-13 11:47:14,384 [django.request] Internal Server Error: /pm/probe/default/0/config/
  2. Traceback (most recent call last):
  3. File "/opt/noc/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 87, in get_response
  4. response = middleware_method(request)
  5. File "/opt/noc/lib/middleware.py", line 31, in process_request
  6. user = auth.authenticate(username=username, password=password)
  7. File "/opt/noc/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py", line 45, in authenticate
  8. user = backend.authenticate(**credentials)
  9. File "/opt/noc/local/lib/python2.7/site-packages/django/contrib/auth/backends.py", line 15, in authenticate
  10. if user.check_password(password):
  11. File "/opt/noc/local/lib/python2.7/site-packages/django/contrib/auth/models.py", line 304, in check_password
  12. return check_password(raw_password, self.password, setter)
  13. File "/opt/noc/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py", line 48, in check_password
  14. hasher = get_hasher(algorithm)
  15. File "/opt/noc/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py", line 121, in get_hasher
  16. "setting?" % algorithm)
  17. ValueError: Unknown password hashing algorithm ''. Did you specify it in the PASSWORD_HASHERS setting?
  18. 2016-01-13 11:47:14,396 [tornado.access] 500 GET /pm/probe/default/0/config/ (127.0.0.1) 33.93ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement