mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
add passlib for sha-512 salted hash generation
This commit is contained in:
6
passlib/ext/django/__init__.py
Normal file
6
passlib/ext/django/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""passlib.ext.django.models -- monkeypatch django hashing framework
|
||||
|
||||
this plugin monkeypatches django's hashing framework
|
||||
so that it uses a passlib context object, allowing handling of arbitrary
|
||||
hashes in Django databases.
|
||||
"""
|
||||
Reference in New Issue
Block a user