Loading docs/topics/auth/passwords.txt +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ from the ``User`` model. database to check against, and returns ``True`` if they match, ``False`` otherwise. .. function:: make_password(password[, salt, hashers]) .. function:: make_password(password, salt=None, hasher='default') Creates a hashed password in the format used by this application. It takes one mandatory argument: the password in plain-text. Optionally, you can Loading Loading
docs/topics/auth/passwords.txt +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ from the ``User`` model. database to check against, and returns ``True`` if they match, ``False`` otherwise. .. function:: make_password(password[, salt, hashers]) .. function:: make_password(password, salt=None, hasher='default') Creates a hashed password in the format used by this application. It takes one mandatory argument: the password in plain-text. Optionally, you can Loading