custom login hints via config file

This commit is contained in:
Haneysmith, Nathan
2015-08-20 11:15:36 -07:00
parent abd7c15ba8
commit 235bbc9c7e
5 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ func LoginView(c *middleware.Context) {
settings["googleAuthEnabled"] = setting.OAuthService.Google
settings["githubAuthEnabled"] = setting.OAuthService.GitHub
settings["disableUserSignUp"] = !setting.AllowUserSignUp
settings["loginHint"] = setting.LoginHint
if !tryLoginUsingRememberCookie(c) {
c.HTML(200, VIEW_INDEX)