Browse Source

clarify the meaning of the password section

tags/v2.12.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
2a828bb783
2 changed files with 8 additions and 2 deletions
  1. 4
    1
      default.yaml
  2. 4
    1
      traditional.yaml

+ 4
- 1
default.yaml View File

@@ -164,7 +164,10 @@ server:
164 164
     # the value must begin with a '~' character. comment out / omit to disable:
165 165
     coerce-ident: '~u'
166 166
 
167
-    # password to login to the server, generated using `ergo genpasswd`:
167
+    # 'password' allows you to require a global, shared password (the IRC `PASS` command)
168
+    # to connect to the server. for operator passwords, see the `opers` section of the
169
+    # config. for a more secure way to create a private server, see the `require-sasl`
170
+    # section. you must hash the password with `ergo genpasswd`, then enter the hash here:
168 171
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
169 172
 
170 173
     # motd filename

+ 4
- 1
traditional.yaml View File

@@ -138,7 +138,10 @@ server:
138 138
     # the value must begin with a '~' character. comment out / omit to disable:
139 139
     #coerce-ident: '~u'
140 140
 
141
-    # password to login to the server, generated using `ergo genpasswd`:
141
+    # 'password' allows you to require a global, shared password (the IRC `PASS` command)
142
+    # to connect to the server. for operator passwords, see the `opers` section of the
143
+    # config. for a more secure way to create a private server, see the `require-sasl`
144
+    # section. you must hash the password with `ergo genpasswd`, then enter the hash here:
142 145
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
143 146
 
144 147
     # motd filename

Loading…
Cancel
Save