0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 11:38:56 +02:00

Update registration step related.

Jason Volk 2020-06-22 22:52:57 -07:00
parent 1654771035
commit 5a9c31c24f

@ -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