Update security.rst

This commit is contained in:
Daniel Rice 2021-02-07 11:58:38 +00:00 committed by GitHub
parent 8cd9a5f78a
commit 993286209a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ and store the hashed password in your :file:`jupyter_notebook_config.json`.
:command:`jupyter notebook password` command is added.
It is possible disable authentication altogether by setting the token and password to empty strings,
It is possible to disable authentication altogether by setting the token and password to empty strings,
but this is **NOT RECOMMENDED**, unless authentication or access restrictions are handled at a different layer in your web application:
.. sourcecode:: python