This commit is contained in:
@@ -13,7 +13,6 @@ type Module struct{}
|
||||
func New() *Module { return &Module{} }
|
||||
|
||||
func (m *Module) ID() string { return ModuleID }
|
||||
func (m *Module) Name() string { return "Users" }
|
||||
|
||||
// Permissions: read to list/inspect accounts; write to create and change
|
||||
// passwords; root to delete (irreversible).
|
||||
|
||||
Reference in New Issue
Block a user