MCPcopy
hub / github.com/django/django / check_password

Method check_password

django/contrib/auth/models.py:574–577  ·  view source on GitHub ↗
(self, raw_password)

Source from the content-addressed store, hash-verified

572 )
573
574 def check_password(self, raw_password):
575 raise NotImplementedError(
576 "Django doesn't provide a DB representation for AnonymousUser."
577 )
578
579 @property
580 def groups(self):

Calls

no outgoing calls