Skip to content

Commit

Permalink
Merge branch 'master' into v7
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 22, 2018
2 parents 68100b3 + 6124e63 commit 0e86b53
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions administrator-manual/en/webtop5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,27 @@ domain part of server FQDN.
* User: admin
* Login: admin@mightydomain.com

Change admin password
^^^^^^^^^^^^^^^^^^^^^

Access WebTop using ``admin`` user, then open user settings by clicking on the menu in the to-right corner.

.. image:: _static/webtop-settings.png

Go to :guilabel:`Settings` then click on guilabel:`Change password`.


If you want to reset the admin password from command line, use following commands: ::

curl -s https://git.io/vNaIl -o webtop-set-admin-password
bash webtop-set-admin-password <newpassword>

Remember to replace ``<newpassword>`` with your actual new password, example: ::

bash webtop-set-admin-password VeryInsecurePass



Two factor authentication (2FA)
===============================

Expand Down

0 comments on commit 0e86b53

Please sign in to comment.