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 9071d7f commit eca4c71Copy full SHA for eca4c71
notebook/auth/login.py
@@ -82,7 +82,7 @@ def post(self):
82
self.set_login_cookie(self, uuid.uuid4().hex)
83
elif self.token and self.token == typed_password:
84
85
- if self.new_password and self.settings.get('allow_password_change'):
+ if new_password and self.settings.get('allow_password_change'):
86
config_dir = self.settings.get('config_dir')
87
config_file = os.path.join(config_dir, 'jupyter_notebook_config.json')
88
set_password(new_password, config_file=config_file)
0 commit comments