feat: disallow {} in member names
This commit is contained in:
parent
a33f39afe5
commit
3f003b5353
4 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export const memberNameRegex = /^[^@\\?!#/\\\\[\]"'$%&()+<=>^|~`,]{1,100}$/;
|
||||
export const memberNameRegex = /^[^@\\?!#/\\\\[\]"\\{\\}'$%&()+<=>^|~`,]{1,100}$/;
|
||||
export const usernameRegex = /^[\w-.]{2,40}$/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue