fix: only allow valid usernames in /register
This commit is contained in:
parent
00a9424719
commit
d08f91d1c3
3 changed files with 21 additions and 16 deletions
10
Rocket.toml
10
Rocket.toml
|
@ -1,8 +1,8 @@
|
|||
[global]
|
||||
hostname = "matrixtesting.koesters.xyz:59003"
|
||||
port = 59003
|
||||
server_name = "your.server.name"
|
||||
port = 8448
|
||||
address = "0.0.0.0"
|
||||
|
||||
[global.tls]
|
||||
certs = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/fullchain.pem"
|
||||
key = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/privkey.pem"
|
||||
#[global.tls]
|
||||
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem"
|
||||
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue