在Django Admin中更改密码

在Django Admin中更改密码,第1张

在Django Admin中更改密码

将其放在您的UserChangeForm中:

password = ReadonlyPasswordHashField(label=("Password"),        help_text=("Raw passwords are not stored, so there is no way to see "         "this user's password, but you can change the password "         "using <a href="../password/">this form</a>."))


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5639929.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存