From e69e1f5f038deca72f2f1108818d231c4664792f Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 29 Apr 2017 00:08:07 -0700 Subject: [PATCH] example-conf: fix reversed option description for password encryption --- example-conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-conf.yml b/example-conf.yml index 608490b..9e5aa21 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -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