Skip to content

Commit

Permalink
docs: Describe local password sec (#9552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-det-ai authored Jun 24, 2024
1 parent 63d69a1 commit da9025b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/_shared/basic-installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- Accept the default username of ``determined``.
- Click **Sign In**.

After signing in, you'll need to create a :ref:`strong password <strong-password>`.
After signing in, create a :ref:`strong password <strong-password>`.
4 changes: 3 additions & 1 deletion docs/_shared/note-pip-install-determined.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. note::

The command, ``pip install determined``, installs the ``determined`` library which includes the Determined command-line interface (CLI).
When deploying locally, the system prompts you to set a strong password.

The command, ``pip install determined``, installs the ``determined`` library which includes the Determined command-line interface (CLI).
2 changes: 1 addition & 1 deletion docs/model-dev-guide/api-guides/apis-howto/api-core-ug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CD into the directory and run this command:

Open the Determined WebUI by navigating to the master URL. One way to do this is to navigate to
``http://localhost:8080/``, accept the default username of ``determined``, and click **Sign In**.
After signing in, you'll need to create a :ref:`strong password <strong-password>`.
After signing in, create a :ref:`strong password <strong-password>`.

.. include:: ../../../_shared/note-local-dtrain-job.txt

Expand Down
8 changes: 8 additions & 0 deletions docs/setup-cluster/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Ideal for getting started with Determined.
- :ref:`install-using-homebrew`
- :ref:`install-using-wsl`

.. note::

**Initial Password**: When you deploy locally using ``det deploy local`` with ``master-up`` or
``cluster-up`` commands and no user accounts have been created yet, an initial password will be
automatically generated and shown to the user (with the option to change it) if neither
``security.initial_user_password`` in ``master.yaml`` nor the ``--initial-user-password`` CLI
flag is present.

******************
Determined Agent
******************
Expand Down
4 changes: 2 additions & 2 deletions docs/setup-cluster/on-prem/options/wsl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ To open the WebUI from WSL:
explorer.exe http://localhost:8080
The default username for the WebUI is ``determined`` and no password. After signing in, you'll need
to create a :ref:`strong password <strong-password>`.
The default username for the WebUI is ``determined`` and no password. After signing in, create a
:ref:`strong password <strong-password>`.

In the WebUI, go to the ``Cluster`` page. You should now see slots available (either CPU or GPU,
depending on what hardware is available on the machine).
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/pachyderm-cat-dog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ Visit the Determined dashboard to view the progress of your experiment. One way
enter the following URL: ``http://localhost:8080/`` in your browser. This is the cluster address for
your local training environment.

Accept the default username of ``determined``, and click **Sign In**. After signing in, you'll need
to create a :ref:`strong password <strong-password>`.
Accept the default username of ``determined``, and click **Sign In**. After signing in, create a
:ref:`strong password <strong-password>`.

Wait until Determined displays Best Checkpoint before continuing on to the next step. Then, obtain
the ID of the completed trial, you'll need this to download the checkpoint.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quickstart-mdldev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ schedules to run.
#. Enter the cluster address in the browser address bar to view experiment progress in the WebUI. If
you installed locally using the ``det deploy local`` command, the URL is
``http://localhost:8080/``. Accept the default username of ``determined`` and click **Sign In**.
After signing in, you'll need to create a :ref:`strong password <strong-password>`.
After signing in, create a :ref:`strong password <strong-password>`.

.. image:: /assets/images/qs01c.png
:width: 704px
Expand Down

0 comments on commit da9025b

Please sign in to comment.