MCPcopy
hub / github.com/etesync/server / save

Method save

etebase_server/myauth/forms.py:25–30  ·  view source on GitHub ↗
(self, commit=True)

Source from the content-addressed store, hash-verified

23 self.fields[self._meta.model.USERNAME_FIELD].widget.attrs["autofocus"] = True
24
25 def save(self, commit=True):
26 user = super().save(commit=False)
27 user.set_unusable_password()
28 if commit:
29 user.save()
30 return user

Callers 12

create_stokensFunction · 0.80
create_stokensFunction · 0.80
update_collection_uidFunction · 0.80
__renew_tokenFunction · 0.80
member_patchFunction · 0.80
save_changed_passwordFunction · 0.80
_createFunction · 0.80
item_createFunction · 0.80
chunk_saveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected