Merge pull request #1514 from SG5/g2g_username

add regex for g2g username
pull/1517/head
Siddharth Dushantha 2 years ago committed by GitHub
commit 4cb031225e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -731,6 +731,7 @@
"errorUrl": "https://www.g2g.com/{}",
"url": "https://www.g2g.com/{}",
"urlMain": "https://www.g2g.com/",
"regexCheck": "^[A-Za-z][A-Za-z0-9_]{2,11}$",
"username_claimed": "user",
"username_unclaimed": "noonewouldeverusethis7"
},

Loading…
Cancel
Save