Skip to content

Commit

Permalink
Rename notebook.auth.security.passwd->jupyter_server.auth.passwd in d…
Browse files Browse the repository at this point in the history
…ocs (#1306)
  • Loading branch information
mathbunnyru authored Jul 26, 2023
1 parent c1d689e commit aa7885c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit aa7885c

Please sign in to comment.