From dad65db70c4ca43d8bdff3400f69cd3a69df58d4 Mon Sep 17 00:00:00 2001 From: michaelsixtyfour Date: Tue, 23 Nov 2021 10:28:32 +0000 Subject: [PATCH] Added GoDaddy, data.world, Glassdoor, Shopify, and firstbus Closes #473 --- data/sites.json | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/data/sites.json b/data/sites.json index 47a02d0..095646a 100644 --- a/data/sites.json +++ b/data/sites.json @@ -77,6 +77,10 @@ "CodePen": { "minLength": 1 }, + "data.world": { + "minLength": 8, + "requirements": ["cap","special"] + }, "DeviantArt": { "minLength": 6 }, @@ -139,6 +143,9 @@ "Firefox": { "minLength": 8 }, + "FirstBus": { + "minLength": 1 + }, "Flickr": { "alias": "Yahoo" }, @@ -174,19 +181,15 @@ "maxLength": 72, "requirements": ["low", "num"] }, + "Glassdoor": { + "minLength": 8 + }, "GitLab": { "minLength": 8, "maxLength": 128 }, - "Government Gateway": { - "minLength": 8, - "maxLength": 12, - "requirements": ["low", "num"], - "chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" - }, - "Guilded": { - "minLength": 8, - "maxLength": 128 + "GoDaddy": { + "minLength": 9 }, "GOG": { "minLength": 2 @@ -195,10 +198,20 @@ "minLength": 8, "maxLength": 100 }, + "Government Gateway": { + "minLength": 8, + "maxLength": 12, + "requirements": ["low", "num"], + "chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + }, "The Guardian": { "minLength": 6, "maxLength": 72 }, + "Guilded": { + "minLength": 8, + "maxLength": 128 + }, "HitFilm": { "minLength": 8, "maxLength": 25 @@ -429,6 +442,9 @@ "requirements": ["num", "cap", "low"], "chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*,-./:;<=>?@[\\]^_`{|}~" }, + "Shopify": { + "minLength": 5 + }, "Skype": { "alias": "Microsoft" },