Fix user name regexp for MGA
This commit is contained in:
parent
d3d1fe6ca0
commit
d7dbb312da
@ -129,7 +129,7 @@ def updatename() -> Dict[str, Any]:
|
|||||||
"a-z" +
|
"a-z" +
|
||||||
"A-Z" +
|
"A-Z" +
|
||||||
"0-9" +
|
"0-9" +
|
||||||
"@!?/=():*^[\]#;\-_{}$.+" +
|
"@!?/=():*^[\\]#;\\-_{}$.+" +
|
||||||
"]*$",
|
"]*$",
|
||||||
name,
|
name,
|
||||||
) is None:
|
) is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user