Bläddra i källkod

clarify the meaning of the password section

tags/v2.12.0-rc1
Shivaram Lingamneni 1 år sedan
förälder
incheckning
2a828bb783
2 ändrade filer med 8 tillägg och 2 borttagningar
  1. 4
    1
      default.yaml
  2. 4
    1
      traditional.yaml

+ 4
- 1
default.yaml Visa fil

164
     # the value must begin with a '~' character. comment out / omit to disable:
164
     # the value must begin with a '~' character. comment out / omit to disable:
165
     coerce-ident: '~u'
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
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
171
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
169
 
172
 
170
     # motd filename
173
     # motd filename

+ 4
- 1
traditional.yaml Visa fil

138
     # the value must begin with a '~' character. comment out / omit to disable:
138
     # the value must begin with a '~' character. comment out / omit to disable:
139
     #coerce-ident: '~u'
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
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
145
     #password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234"
143
 
146
 
144
     # motd filename
147
     # motd filename

Laddar…
Avbryt
Spara