3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 06:29:29 +01:00

additionally disallow ; in nicknames

This commit is contained in:
Shivaram Lingamneni 2020-12-21 23:09:34 -05:00
parent 48d5bd9144
commit 8abbc1072b

View File

@ -35,7 +35,7 @@ const (
// #1436: we discovered that these characters are problematic, // #1436: we discovered that these characters are problematic,
// so we're disallowing them in new nicks/account names, but allowing // so we're disallowing them in new nicks/account names, but allowing
// previously registered names // previously registered names
disfavoredNameCharacters = `<>'"` disfavoredNameCharacters = `<>'";`
) )
var ( var (