MCPcopy Index your code
hub / github.com/foxcpp/maddy / CreateUser

Method CreateUser

framework/module/auth.go:41–41  ·  view source on GitHub ↗
(username, password string)

Source from the content-addressed store, hash-verified

39 PlainAuth
40 ListUsers() ([]string, error)
41 CreateUser(username, password string) error
42 SetUserPassword(username, password string) error
43 DeleteUser(username string) error
44}

Callers 2

CreateIMAPAcctMethod · 0.65
usersCreateFunction · 0.65

Implementers 1

Authinternal/auth/pass_table/table.go

Calls

no outgoing calls

Tested by

no test coverage detected