1
0
mirror of synced 2024-11-24 06:20:12 +01:00

Fix user name regexp for MGA

This commit is contained in:
cracrayol 2021-09-06 02:17:04 +02:00
parent d3d1fe6ca0
commit d7dbb312da

View File

@ -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: