diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter index b0fb571b..34f3dc71 100755 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter @@ -11,8 +11,8 @@ You can connect with https://:{{jupyterlab_port}}. {{heading_jupyter_update_password}} The default password is "{{jupyterlab_password}}". -To update the password run as user {{ user_name }} the following command - {{jupyterlab_virtualenv}}/bin/jupyter server password +To update the password run the following command + sudo --login --user {{ user_name }} {{jupyterlab_virtualenv}}/bin/jupyter server password """ server_config_file = pathlib.Path("{{jupyterlab_config_json}}")