duffn / dumb-password-rules

A compilation of sites with dumb password rules.
https://dumbpasswordrules.com
MIT License
2.99k stars 297 forks source link

Add A1.net #477

Closed benstadlbauer closed 1 year ago

benstadlbauer commented 1 year ago

Unfortunately I can't test it on my Windows machine. I have very little to none experience with NodeJS and npm. Installing with

PS ...\dumb-password-rules> npm install

added 341 packages, and audited 342 packages in 21s

67 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

and then trying to run this yields:

PS ...\dumb-password-rules> npm run serve

> dumb-password-rules@1.0.0 serve
> concurrently "./node_modules/.bin/eleventy --serve" "./node_modules/.bin/tailwindcss -i ./src/static/styles/tailwind.css -o ./_site/static/styles/tailwind.css --postcss --watch"

[0] '.' is not recognized as an internal or external command,
[0] operable program or batch file.
[0] ./node_modules/.bin/eleventy --serve exited with code 1
[1] '.' is not recognized as an internal or external command,
[1] operable program or batch file.
[1] ./node_modules/.bin/tailwindcss -i ./src/static/styles/tailwind.css -o ./_site/static/styles/tailwind.css --postcss --watch exited with code 1

with

PS ...\dumb-password-rules> node -v
v18.14.1

and

PS ...\dumb-password-rules> npm -v
9.3.1
vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @duffn on Vercel.

@duffn first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
dumb-password-rules ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 19, 2023 at 2:02PM (UTC)
duffn commented 1 year ago

Thanks for the report and contribution! I added a bug issue here. https://github.com/duffn/dumb-password-rules/issues/478