Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro committed May 19, 2023
1 parent f5e96b1 commit 251d5a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cvat/settings/testing_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

from cvat.settings.production import *

# Use MD5PasswordHasher password hasher
# We use MD5 password hasher instead of default PBKDF2 here to speed up REST API tests,
# because the current implementation of the tests requires a authorization in each test case
# so using the PBKDF2 hasher slows them.
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.MD5PasswordHasher",
]

0 comments on commit 251d5a9

Please sign in to comment.