MCPcopy Create free account
hub / github.com/lesspass/lesspass / Meta

Class Meta

containers/backend/api/admin.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 )
17
18 class Meta:
19 model = LessPassUser
20 fields = ("email",)
21
22 def clean_password2(self):
23 password1 = self.cleaned_data.get("password1")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected