From bab6a71a2edba7d43244c99609172e994f4935e8 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 (cherry picked from commit e69e1f5f038deca72f2f1108818d231c4664792f) --- example-conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-conf.yml b/example-conf.yml index 011db49..f34120e 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -62,7 +62,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