File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ ServerApp.allow_password_change : Bool
135
135
136
136
Allow password to be changed at login for the Jupyter server.
137
137
138
- While loggin in with a token, the Jupyter server UI will give the opportunity to
138
+ While logging in with a token, the Jupyter server UI will give the opportunity to
139
139
the user to enter a new password at the same time that will replace
140
140
the token login mechanism.
141
141
Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ def _token_changed(self, change):
973
973
allow_password_change = Bool (True , config = True ,
974
974
help = """Allow password to be changed at login for the Jupyter server.
975
975
976
- While loggin in with a token, the Jupyter server UI will give the opportunity to
976
+ While logging in with a token, the Jupyter server UI will give the opportunity to
977
977
the user to enter a new password at the same time that will replace
978
978
the token login mechanism.
979
979
You can’t perform that action at this time.
0 commit comments