Browse Source

Fixed #2416

pull/2423/head
ExMex 9 years ago
parent
commit
6eaeec8394
  1. 1
      modules/setting/setting.go

1
modules/setting/setting.go

@ -454,6 +454,7 @@ var Service struct {
EnableReverseProxyAuth bool EnableReverseProxyAuth bool
EnableReverseProxyAutoRegister bool EnableReverseProxyAutoRegister bool
EnableCaptcha bool EnableCaptcha bool
DisableMinimumKeySizeCheck bool
} }
func newService() { func newService() {

Loading…
Cancel
Save