3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

example-conf: make the "permissions:" block migration note more prominent

This commit is contained in:
James Lu 2017-02-19 21:40:00 -08:00
parent 223dd3bf7b
commit 4577bde05c

View File

@ -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).