added regex checking to BitBucket

the regex was made using the username criterias from their sign up page: https://imgur.com/a/BwNooVy
pull/727/head
Siddharth Dushantha 4 years ago committed by GitHub
parent 66db55d64e
commit 225508f660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,6 +182,7 @@
},
"BitBucket": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9-_]{1,30}$",
"url": "https://bitbucket.org/{}/",
"urlMain": "https://bitbucket.org/",
"username_claimed": "white",

Loading…
Cancel
Save