Update regex check for House-Mixes.com. They actually have the check in the validation page for new signups.

This commit is contained in:
Christopher K. Hoadley 2020-02-23 19:25:10 -06:00
parent 5158fac71a
commit 87bb0a4708

View file

@ -828,7 +828,7 @@
"errorMsg": "Profile Not Found",
"errorType": "message",
"rank": 2344261,
"regexCheck": "^[a-zA-Z0-9_]$",
"regexCheck": "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$",
"url": "https://www.house-mixes.com/profile/{}",
"urlMain": "https://www.house-mixes.com/",
"username_claimed": "blue",