3
0
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:
James Lu 2019-06-16 11:39:07 -07:00
parent 6054476900
commit 46d1738f66

View File

@ -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.