3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-26 04:32:51 +01:00

example-conf: fix reversed option description for password encryption

(cherry picked from commit e69e1f5f03)
This commit is contained in:
James Lu 2017-04-29 00:08:07 -07:00 committed by James Lu
parent 5cea0fa73a
commit bab6a71a2e

View File

@ -62,7 +62,7 @@ login:
# 'mkpasswd' command or the 'pylink-mkpasswd' utility included with PyLink. # 'mkpasswd' command or the 'pylink-mkpasswd' utility included with PyLink.
password: "$6$rounds=81447$WlVlZYCgbnjPmVqy$28Tu/Zl0xNpePqimax2wABKn5GCoWomYEI1Pu5jqYyQNULazR4BxQmscZ0MgBHqBCCke.3u5eOtBSZwL3WwVf0" 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. # (plain text) for backwards compatibility.
encrypted: true encrypted: true