From 4577bde05c43e90b73f1b0d95e13692699b540f1 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 19 Feb 2017 21:40:00 -0800 Subject: [PATCH] example-conf: make the "permissions:" block migration note more prominent --- example-conf.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 84ad680..80eeaa4 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -49,8 +49,11 @@ login: # NOTE: for users migrating from PyLink < 1.1, the old login:user/login:password settings # have been deprecated. We strongly recommend migrating to the new "accounts:" block below, as # it supports multiple accounts, hashed passwords, and allows more flexibility (accounts no - # longer imply admin access). However, you must also add your account to the "permissions:" - # block below, or you will lose IRC administration access to your PyLink daemon! + # longer imply admin access). + + # IMPORTANT: If you're switching from login:user/login:password, you MUST ADD YOURSELF to a + # "permissions:" block like the one below, or you will lose IRC administration access to your + # PyLink daemon! accounts: # Creates an account with username "user1". You can define other usernames at the # same level here (key name is user name).