用于 Django 身份验证的用户管理应用程序

发布于 2024-11-04 01:18:19 字数 274 浏览 5 评论 0原文

我正在开发一个小型 Django 网站,每个在网站上发表评论的用户都会收到一封带有密码的电子邮件(电子邮件是用户名),以便稍后更改评论。

该网站还应该支持用户检索或重置密码的功能。对于这个简单的任务,我想使用 Django 身份验证功能。

是否有一个 Django 应用程序提供了一个简单的用户管理包(用于重置或更改用户的密码),我可以将其合并到我的网站中?

像 Pinax 或 Drupal 这样的包可以帮助完成这个简单的任务吗?他们似乎太过分了。

I am working on a small Django site where every user who leaves a comment on the site gets an email with a password (email is the user name) to change the comment later on.

The site should also support functions for users to retrieve or reset passwords. For this simple task I wanted to use the Django auth capabilities.

Is there a Django app which provides a simple package of user management (to reset or change a user's password) which I could incorporate in my site?

Would packages like Pinax or Drupal help for this simple task? They seem to be the overkill.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

各自安好 2024-11-11 01:18:19

如果您正在寻找高级配置文件/帐户模块,您可以查看 django- userena

Django 包上的 profiles-grid 中列出了其他一些选项。

If you are looking for an advanced profile-/account-module you could take a look at django-userena

Some other options are listed in the profiles-grid on Django Packages.

つ低調成傷 2024-11-11 01:18:19

重置和更改密码都包含在标准中

Reset and change password are both included in the standard contrib.auth views.

咆哮 2024-11-11 01:18:19

I would have a look at django-user-accounts

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文