We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f6fe commit 5b45a03Copy full SHA for 5b45a03
jupyter_server/auth/login.py
@@ -85,7 +85,7 @@ def post(self):
85
if new_password and self.settings.get("allow_password_change"):
86
config_dir = self.settings.get("config_dir")
87
config_file = os.path.join(
88
- config_dir, "jupyter_notebook_config.json"
+ config_dir, "jupyter_server_config.json"
89
)
90
set_password(new_password, config_file=config_file)
91
self.log.info("Wrote hashed password to %s" % config_file)
0 commit comments