check_password(raw_password)
Returns True
if the given raw string is the correct password for the user. (This takes care of the password hashing in making the comparison.)
check_password(raw_password)
Returns True
if the given raw string is the correct password for the user. (This takes care of the password hashing in making the comparison.)
Please login to continue.