mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-13 13:42:37 +01:00
example-conf: mention PyLink 2.0.3 instead of 2.1 for CryptContext changes
This commit is contained in:
parent
6054476900
commit
46d1738f66
@ -118,8 +118,8 @@ login:
|
||||
#hosts: ["*!*@localhost", "*!*@trusted.isp"]
|
||||
|
||||
# For ADVANCED users: adjusts settings for PyLink's default passlib CryptContext.
|
||||
# As of PyLink 2.1, the default is to use pbkdf2_sha256 for new hashes, while also allowing verifying
|
||||
# sha512_crypt for compatibility with PyLink < 2.1.
|
||||
# As of PyLink 2.0.3, the default is to use pbkdf2_sha256 for new hashes, while also allowing verifying
|
||||
# sha512_crypt for compatibility with PyLink < 2.0.3.
|
||||
|
||||
# This is configured as a dict of settings, which will be passed into the CryptContext constructor.
|
||||
# See https://passlib.readthedocs.io/en/stable/lib/passlib.context.html for a list of valid options.
|
||||
|
Loading…
Reference in New Issue
Block a user