Skip to content

Commit

Permalink
partly merged with docs-essential-guide-r2
Browse files Browse the repository at this point in the history
console server related items are not added to master
  • Loading branch information
reiden21 committed Dec 23, 2020
1 parent 24eaa58 commit f464bc1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/login/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ before you can log in with your account.
anonymous user may not be allowed. In that case, please contact administrator
of your system.


.. note::
To prevent malicious users from guessing user's password, password should be longer
than 8 characters with at least one alphabet(s), number(s), and special
character(s).

Login
-----

Expand All @@ -41,6 +45,11 @@ entered.
.. note::
Depending on the installation and setup environment of the Console Server,
the endpoint might be pinned and not configurable.

.. note::
Backend.AI keeps the user's password securely through a one-way hash. BCrypt,
the default password hash of BSD, is used, so even the server admins cannot
know the user's password.

After login, you can check the information of the current resource usage in
the Summary tab.
Expand All @@ -49,7 +58,7 @@ By clicking the icon in the upper-right corner, you will see sub menus. You
can logout by selecting the Log Out menu.

.. image:: signout_button.png
:width: 300
:width: 600
:align: center
:alt: Signout button

Expand All @@ -71,3 +80,10 @@ administrator.
.. note::
This is also a modular feature, so changing password may not be possible in
some systems.

.. warning::
If login failure occures more than 10 times consecutively, access
to the endpoint is temporarily restricted for 20 minutes for security
reasons. If the access restriction continues on more than 20 minutes, please contact
your system administrator.

0 comments on commit f464bc1

Please sign in to comment.