Issue #56, Remove the MAIN_VERBOSE_LOGIN configuration option

This commit is contained in:
Roberto Rosario
2014-10-02 17:37:40 -04:00
parent 9920f75b58
commit 1cd0e05f1f
5 changed files with 0 additions and 34 deletions

View File

@@ -25,6 +25,5 @@ register_settings(
settings=[
{'name': u'THEME', 'global_name': u'MAIN_THEME', 'default': u'activo', 'description': _(u'CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse.')},
{'name': u'ENABLE_SCROLL_JS', 'global_name': u'MAIN_ENABLE_SCROLL_JS', 'default': True, 'hidden': True},
{'name': u'VERBOSE_LOGIN', 'global_name': u'MAIN_VERBOSE_LOGIN', 'default': True, 'description': _(u'Display extra information in the login screen.')},
]
)