From 2cd7457662ece1073ba60aa479b54f43119a212e Mon Sep 17 00:00:00 2001 From: carlfarrington <33500423+carlfarrington@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:30:52 +0000 Subject: [PATCH] missing word 'to' --- docs/source/operators/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/operators/security.rst b/docs/source/operators/security.rst index 7a304f392..ecab114bc 100644 --- a/docs/source/operators/security.rst +++ b/docs/source/operators/security.rst @@ -73,7 +73,7 @@ you can set a password for your server. :command:`jupyter server password` will prompt you for a password, and store the hashed password in your :file:`jupyter_server_config.json`. -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