Sfoglia il codice sorgente

docs: add a caution about operator passwords with spaces

tags/v2.10.0-rc1
Shivaram Lingamneni 2 anni fa
parent
commit
446c654dea
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      docs/MANUAL.md

+ 2
- 0
docs/MANUAL.md Vedi File

@@ -506,6 +506,8 @@ If you try to oper unsuccessfully, Ergo will disconnect you from the network. If
506 506
 
507 507
 The config file accepts hashed passwords, not plaintext passwords. You must run `ergo genpasswd`, type your actual password in, and then receive a hashed blob back (it will look like `$2a$04$GvCFlShLZQjId3dARzwOWu9Nvq6lndXINw2Sdm6mUcwxhtx1U/hIm`). Enter that into the relevant `opers` block in your config file, then save the file.
508 508
 
509
+Although it's theoretically possible to use an operator password that contains spaces, your client may not support it correctly, so it's advisable to choose a password without spaces. (The period character `.` is an acceptable alternative separator if your password is based on randomly chosen words.)
510
+
509 511
 After that, you must rehash or restart Ergo to apply the config change. If a rehash didn't accomplish the desired effects, you might want to try a restart instead.
510 512
 
511 513
 

Loading…
Annulla
Salva