mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
additionally disallow ; in nicknames
This commit is contained in:
parent
48d5bd9144
commit
8abbc1072b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const (
|
|||
// #1436: we discovered that these characters are problematic,
|
||||
// so we're disallowing them in new nicks/account names, but allowing
|
||||
// previously registered names
|
||||
disfavoredNameCharacters = `<>'"`
|
||||
disfavoredNameCharacters = `<>'";`
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue