MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / set_password

Method set_password

api/users/models.py:187–190  ·  view source on GitHub ↗
(self, raw_password)

Source from the content-addressed store, hash-verified

185 super().delete()
186
187 def set_password(self, raw_password): # type: ignore[no-untyped-def]
188 super().set_password(raw_password)
189 if self.id:
190 self.password_reset_requests.all().delete()
191
192 @property
193 def auth_type(self): # type: ignore[no-untyped-def]

Callers 2

create_ffadminuserMethod · 0.95
_create_userMethod · 0.80

Calls 2

deleteMethod · 0.45
allMethod · 0.45

Tested by 1

create_ffadminuserMethod · 0.76