diff options
author | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-12 12:25:28 -0500 |
---|---|---|
committer | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-12 12:25:28 -0500 |
commit | 98674b2a21e95f9843274d6ca79e06b7070389fe (patch) | |
tree | b09d4890b3b783e5a26d92a64ba166ec24260cdf /modules | |
parent | 4aafeace230a35e80fb443739c2642d23fc93e51 (diff) |
registeration -> registration
Diffstat (limited to 'modules')
-rw-r--r-- | modules/setting/setting.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setting/setting.go b/modules/setting/setting.go index fd07c17f..9c1b0ad3 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -341,7 +341,7 @@ func newService() { Service.RequireSignInView = Cfg.Section("service").Key("REQUIRE_SIGNIN_VIEW").MustBool() Service.EnableCacheAvatar = Cfg.Section("service").Key("ENABLE_CACHE_AVATAR").MustBool() Service.EnableReverseProxyAuth = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTHENTICATION").MustBool() - Service.EnableReverseProxyAutoRegister = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTO_REGISTERATION").MustBool() + Service.EnableReverseProxyAutoRegister = Cfg.Section("service").Key("ENABLE_REVERSE_PROXY_AUTO_REGISTRATION").MustBool() } var logLevels = map[string]string{ |