From 8e0a69f86a9e103d1d82d3c5000e01b4e2570a51 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 13 Sep 2015 09:51:51 -0400 Subject: #697 disable captcha and new admin create user UI --- routers/admin/auths.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routers/admin/auths.go') diff --git a/routers/admin/auths.go b/routers/admin/auths.go index 6edf41ca25..a218ee09b7 100644 --- a/routers/admin/auths.go +++ b/routers/admin/auths.go @@ -29,9 +29,9 @@ func Authentications(ctx *middleware.Context) { ctx.Data["PageIsAdminAuthentications"] = true var err error - ctx.Data["Sources"], err = models.GetAuths() + ctx.Data["Sources"], err = models.LoginSources() if err != nil { - ctx.Handle(500, "GetAuths", err) + ctx.Handle(500, "LoginSources", err) return } -- cgit v1.2.3