From f2ecfdc96a338815ffb2be898b3114031f0da48c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 12 Apr 2018 09:55:58 -0400 Subject: auth: support authentication source config file (#3142) --- routes/install.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routes/install.go') diff --git a/routes/install.go b/routes/install.go index 29177936..4e8890f7 100644 --- a/routes/install.go +++ b/routes/install.go @@ -67,6 +67,7 @@ func GlobalInit() { } models.HasEngine = true + models.LoadAuthSources() models.LoadRepoConfig() models.NewRepoContext() -- cgit v1.2.3