aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/html.py
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-26 20:31:21 -0700
committerMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-26 20:31:21 -0700
commit5fb6a912cd7cb0bcfa4512da5248baad1175faf5 (patch)
tree3e530e745eb670eb696a39187224721d97ce9dec /libbe/command/html.py
parent6f03fbb005da75cd022e4a0d7eed1df1070b3974 (diff)
downloadbugseverywhere-5fb6a912cd7cb0bcfa4512da5248baad1175faf5.tar.gz
remove --auth option from server commands
The implementation of this option contained syntax errors and did not work. For more information, see https://gitlab.com/bugseverywhere/bugseverywhere/issues/7.
Diffstat (limited to 'libbe/command/html.py')
-rw-r--r--libbe/command/html.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbe/command/html.py b/libbe/command/html.py
index 5186417..3dfeb75 100644
--- a/libbe/command/html.py
+++ b/libbe/command/html.py
@@ -794,7 +794,6 @@ class HTML (libbe.util.wsgi.ServerCommand):
if option.name not in [
'read-only',
'notify',
- 'auth',
]]
self.options.extend([
@@ -854,7 +853,6 @@ class HTML (libbe.util.wsgi.ServerCommand):
# provide defaults for the dropped options
params['read-only'] = True
params['notify'] = None
- params['auth'] = None
return super(HTML, self)._run(**params)
def _get_app(self, logger, storage, index_file='', generation_time=None,