auth.models.User.set_password()

set_password(raw_password)

Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save the User object.

When the raw_password is None, the password will be set to an unusable password, as if set_unusable_password() were used.

doc_Django
2016-10-09 18:34:26
Comments
Leave a Comment

Please login to continue.