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

pull/557/head
Christopher K. Hoadley 5 years ago
parent 5158fac71a
commit 87bb0a4708

@ -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",

Loading…
Cancel
Save