Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename notebook.auth.security.passwd->jupyter_server.auth.passwd in docs #1306

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/operators/public-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Preparing a hashed password
~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can prepare a hashed password manually, using the function
:func:`notebook.auth.security.passwd`:
:func:`jupyter_server.auth.passwd`:

.. code-block:: python

Expand All @@ -123,7 +123,7 @@ You can prepare a hashed password manually, using the function

.. caution::

:func:`~notebook.auth.security.passwd` when called with no arguments
:func:`~jupyter_server.auth.passwd` when called with no arguments
will prompt you to enter and verify your password such as
in the above code snippet. Although the function can also
be passed a string as an argument such as ``passwd('mypassword')``, please
Expand Down
Loading