added regex checking for 500px

The criteria for the the 500px usernames was found my looking at the packages when signing up. If it was an invalid username, the request return this error: https://i.imgur.com/JS5PVMz.png
pull/703/head
Siddharth Dushantha 4 years ago committed by GitHub
parent aa46b17cae
commit fb572d927c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,6 +50,7 @@
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"rank": 3453,
"regexCheck":"^[a-z0-9_]$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",

Loading…
Cancel
Save