标签: django authentication
如果我使用./manage.py shell通过django.contrib.auth.models.User.set_password更改用户密码,然后通过User.check_password检查它是否成功 - 一切正常,但如果那时我尝试使用{{1}进行身份验证它没有返回任何内容,就像密码错误一样。有什么想法吗?
./manage.py shell
django.contrib.auth.models.User.set_password
User.check_password