Add user login to admin interface
This commit is contained in:
parent
dbe494751a
commit
82bfc15057
15 changed files with 256 additions and 79 deletions
|
|
@ -96,5 +96,10 @@ func (i info) Run(context wisski_distillery.Context) error {
|
|||
context.Printf("- %s (%d bytes)\n", name, len(data))
|
||||
})
|
||||
|
||||
context.Printf("Users: (count %d)\n", len(info.Users))
|
||||
for _, user := range info.Users {
|
||||
context.Printf("- %s\n", user)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue