3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

example-conf: fix reversed option description for password encryption

This commit is contained in:
James Lu 2017-04-29 00:08:07 -07:00 committed by GitHub
parent 79e2d20d9d
commit e69e1f5f03

View File

@ -88,7 +88,7 @@ login:
# 'mkpasswd' command or the 'pylink-mkpasswd' utility included with PyLink.
password: "$6$rounds=81447$WlVlZYCgbnjPmVqy$28Tu/Zl0xNpePqimax2wABKn5GCoWomYEI1Pu5jqYyQNULazR4BxQmscZ0MgBHqBCCke.3u5eOtBSZwL3WwVf0"
# Determines whether the password given is in plain-text. Defaults to false
# Determines whether the password given is encrypted. Defaults to false
# (plain text) for backwards compatibility.
encrypted: true