mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
disable token on singleuser-server
fixes confusing output about token access in notebook server startup
This commit is contained in:
@@ -138,6 +138,9 @@ class SingleUserNotebookApp(NotebookApp):
|
|||||||
hub_api_url = Unicode().tag(config=True)
|
hub_api_url = Unicode().tag(config=True)
|
||||||
aliases = aliases
|
aliases = aliases
|
||||||
flags = flags
|
flags = flags
|
||||||
|
|
||||||
|
# disble some single-user configurables
|
||||||
|
token = ''
|
||||||
open_browser = False
|
open_browser = False
|
||||||
trust_xheaders = True
|
trust_xheaders = True
|
||||||
login_handler_class = JupyterHubLoginHandler
|
login_handler_class = JupyterHubLoginHandler
|
||||||
|
Reference in New Issue
Block a user