mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
include /msg form of account registration in manual
Thanks to @cxxboy (#1788)
This commit is contained in:
parent
eff6dd242b
commit
c7b6b6e917
1 changed files with 4 additions and 0 deletions
|
|
@ -250,6 +250,10 @@ To register an account, use:
|
||||||
|
|
||||||
/NS REGISTER <password>
|
/NS REGISTER <password>
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
/msg nickserv register <password>
|
||||||
|
|
||||||
This is the way to go if you want to use a regular password. `<password>` is your password, your current nickname will become your username. Your password cannot contain spaces, but make sure to use a strong one anyway.
|
This is the way to go if you want to use a regular password. `<password>` is your password, your current nickname will become your username. Your password cannot contain spaces, but make sure to use a strong one anyway.
|
||||||
|
|
||||||
If you want to use a TLS client certificate instead of a password to authenticate (`SASL EXTERNAL`), then you can use the command below to do so. (If you're not sure what this is, don't worry – just use the above password method to register an account.)
|
If you want to use a TLS client certificate instead of a password to authenticate (`SASL EXTERNAL`), then you can use the command below to do so. (If you're not sure what this is, don't worry – just use the above password method to register an account.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue