jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
74 stars 62 forks source link

templates/login.html: fix 404s in offsite How to set a password docs, link to TLS/SSL if scheme!=https #288

Open westurner opened 3 months ago

westurner commented 3 months ago

Description

Reproduce

  1. Cause a login failure e.g. by opening http://localhost:8888/?token=invalidtoken
  2. 404: Click the " enable a password. " or " the documentation on how to enable a password " links

Expected behavior

Context

Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter nbclassic` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.

RRosio commented 3 months ago

Thank you for opening this issue! Feel welcome to submit any PRs!