File: README.md

package info (click to toggle)
jupyter-server 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,068 kB
  • sloc: python: 21,064; makefile: 186; sh: 25; javascript: 14
file content (7 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
# Jupyter login with system password

This `jupyter_server_config.py` defines and enables a `SystemPasswordIdentityProvider`.
This IdentityProvider checks the entered password against your system password using PAM.
Only the current user's password (the user the server is running as) is accepted.

The result is a User whose name matches the system user, rather than a randomly generated one.