TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Being a password Nazi

1 点作者 hiddentaco大约 12 年前
My pet Django project is coming along and I am at the stage of implementing User CRUD. I have already prevented the user from making their password the same as their username but I wanted to ask "what lengths do you suggest I goto to prevent users from creating stupid passwords?".

1 comment

tantalor大约 12 年前
Tons of useful password validation rules here: <a href="http://en.wikipedia.org/wiki/Password_policy" rel="nofollow">http://en.wikipedia.org/wiki/Password_policy</a><p>I'd start with minimum length.