创建用户的POST请求运行良好,但是当我预先对用户使用PUT方法并更改密码时,我得到了Invalid password format or unknown hashing algorithm,所以我有点困惑为什么会发生这种情况MyUserSerializer, self).create(validated_data) user.saveMyUserSerializer(user,
所以我有两种类型的用户,在我的网站的一个页面上,我想提供额外的字段cardholder,并检查它是否在用户注册期间通过谷歌真实 class DefaultSocialAccountAdapterCustom(DefaultSocialAccountAdapter):
"""Check if it's cardhold