forked from External/ergo
Merge pull request #1791 from slingamn/hashmark
add # to disfavoredNameCharacters
This commit is contained in:
commit
eff6dd242b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue