mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-14 22:22:42 +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"]
|
#hosts: ["*!*@localhost", "*!*@trusted.isp"]
|
||||||
|
|
||||||
# For ADVANCED users: adjusts settings for PyLink's default passlib CryptContext.
|
# 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
|
# 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.1.
|
# 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.
|
# 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.
|
# 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