Add user login to admin interface
This commit is contained in:
parent
dbe494751a
commit
82bfc15057
15 changed files with 256 additions and 79 deletions
|
|
@ -36,6 +36,7 @@ type WissKI struct {
|
|||
NoPrefixes bool // TODO: Move this into the database
|
||||
Prefixes []string // list of prefixes
|
||||
Pathbuilders map[string]string // all the pathbuilders
|
||||
Users []string // all the known users
|
||||
}
|
||||
|
||||
// Statistics holds statistics generated by the WissKI module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue