Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ SetUserPassword
Method
SetUserPassword
framework/module/auth.go:42–42 ·
view source on GitHub ↗
(username, password string)
Source
from the content-addressed store, hash-verified
40
ListUsers() ([]string, error)
41
CreateUser(username, password string) error
42
SetUserPassword(username, password string) error
43
DeleteUser(username string) error
44
}
Callers
1
usersPassword
Function · 0.65
Implementers
1
Auth
internal/auth/pass_table/table.go
Calls
no outgoing calls
Tested by
no test coverage detected