wikiconfig

package
v0.0.0-...-9ebc2d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultLoginGroup string = "user"
View Source
const WikiName string = "arcticstrap"

Variables

View Source
var GroupAssignRights map[string][]string = map[string][]string{
	"moderator":     {},
	"administrator": {"moderator"},
	"manager":       {"administrator", "moderator"},
}
View Source
var UserGroups map[string]map[string]bool = map[string]map[string]bool{
	"*": {
		"createaccount": true,
		"edit":          true,
		"delete":        true,
		"create":        true,
	},
	"user": {},

	"moderator": {
		"suspend": true,
		"lock":    true,
	},

	"administrator": {
		"managegroup": true,
		"renameuser":  true,
	},
	"manager": {},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL