From bf3879e8b1c1d61a0cd06604f02f41af0d86dd51 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 20 Aug 2016 21:48:37 +0100 Subject: [PATCH] add users map #23 --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 5f4aac66..ef94a033 100644 --- a/config/config.go +++ b/config/config.go @@ -21,6 +21,7 @@ type Config struct { Token string // Anti CSRF token FrontMatter string // Default frontmatter to save files in HugoEnabled bool // Enables the Hugo plugin for File Manager + Users map[string]*UserConfig } // UserConfig contains the configuration for each user