Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ set_password
Method
set_password
apps/users/models/user.py:36–38 ·
view source on GitHub ↗
(self, row_password)
Source
from the content-addressed store, hash-verified
34
db_table =
"user"
35
36
def
set_password(self, row_password):
37
self.password = password_encrypt(row_password)
38
self._password = row_password
Callers
nothing calls this directly
Calls
1
password_encrypt
Function · 0.90
Tested by
no test coverage detected