mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Update registration step related.
parent
1654771035
commit
5a9c31c24f
1 changed files with 3 additions and 1 deletions
4
SETUP.md
4
SETUP.md
|
@ -65,8 +65,10 @@ to point at Riot's `webapp/` directory by entering the following:
|
|||
mod reload web_root
|
||||
```
|
||||
|
||||
6. Browse to `https://host.tld:8448/` and register a user.
|
||||
6. Browse to `https://host.tld:8448/`
|
||||
|
||||
- Register a user at the console with the command `user register <username> <password>` as registration through clients is disabled by default.
|
||||
> ❗ **PUBLIC REGISTRATION IS CURRENTLY UNSAFE.** To enable public registration, use the command `conf set ircd.client.register.enable true`
|
||||
|
||||
### ADDENDUM
|
||||
|
||||
|
|
Loading…
Reference in a new issue