Remove AdobeForums. All usernames are reported available.

pull/590/head
Christopher K. Hoadley 5 years ago
parent 5edc3c0a0b
commit 6f3fc3d548

@ -1,4 +1,12 @@
{ {
"AdobeForums": {
"errorType": "status_code",
"rank": 59,
"url": "https://forums.adobe.com/people/{}",
"urlMain": "https://forums.adobe.com/",
"username_claimed": "jack",
"username_unclaimed": "noonewouldeverusethis77777"
},
"AngelList": { "AngelList": {
"errorType": "status_code", "errorType": "status_code",
"rank": 5767, "rank": 5767,

@ -6,6 +6,29 @@ They are listed here in the hope that things may change in the future
so they may be re-included. so they may be re-included.
## AdobeForums
As of 2020-04-12, all usernames are reported as available.
When I went to the site to see what was going on, usernames that I know
existed were redirecting to the main page.
I was able to see user profiles without logging in, but the URL was not
related to their user name. For example, user "tomke" went to
https://community.adobe.com/t5/user/viewprofilepage/user-id/10882613.
This can be detected, but it requires a different detection method.
```
"AdobeForums": {
"errorType": "status_code",
"rank": 59,
"url": "https://forums.adobe.com/people/{}",
"urlMain": "https://forums.adobe.com/",
"username_claimed": "jack",
"username_unclaimed": "noonewouldeverusethis77777"
},
```
## Basecamp ## Basecamp
As of 2020-02-23, all usernames are reported as not existing. As of 2020-02-23, all usernames are reported as not existing.

@ -66,14 +66,6 @@
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"AdobeForums": {
"errorType": "status_code",
"rank": 59,
"url": "https://forums.adobe.com/people/{}",
"urlMain": "https://forums.adobe.com/",
"username_claimed": "jack",
"username_unclaimed": "noonewouldeverusethis77777"
},
"Alik.cz": { "Alik.cz": {
"errorType": "status_code", "errorType": "status_code",
"rank": 624805, "rank": 624805,

Loading…
Cancel
Save