mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
example-conf: make the "permissions:" block migration note more prominent
This commit is contained in:
parent
223dd3bf7b
commit
4577bde05c
@ -49,8 +49,11 @@ login:
|
|||||||
# NOTE: for users migrating from PyLink < 1.1, the old login:user/login:password settings
|
# 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
|
# 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
|
# 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:"
|
# longer imply admin access).
|
||||||
# block below, or you will lose IRC administration access to your PyLink daemon!
|
|
||||||
|
# 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:
|
accounts:
|
||||||
# Creates an account with username "user1". You can define other usernames at the
|
# Creates an account with username "user1". You can define other usernames at the
|
||||||
# same level here (key name is user name).
|
# same level here (key name is user name).
|
||||||
|
Loading…
Reference in New Issue
Block a user