From 46d1738f6687afeb1763e2467fabb94b4f20b637 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 16 Jun 2019 11:39:07 -0700 Subject: [PATCH] example-conf: mention PyLink 2.0.3 instead of 2.1 for CryptContext changes --- example-conf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 3d0d430..0877575 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -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.