Skip to content
Snippets Groups Projects
Commit 74e8f71f authored by florian's avatar florian
Browse files

DOC: Nicen up administration page

parent 1e657ebb
No related branches found
No related tags found
2 merge requests!71Release 0.9,!64F permission docs
...@@ -5,10 +5,12 @@ The Python script ``caosdb_admin.py`` should be used for administrative tasks. ...@@ -5,10 +5,12 @@ The Python script ``caosdb_admin.py`` should be used for administrative tasks.
Call ``caosdb_admin.py --help`` to see how to use it. Call ``caosdb_admin.py --help`` to see how to use it.
The most common task is to create a new user (in the CaosDB realm) and set a The most common task is to create a new user (in the CaosDB realm) and set a
password for the user (note that a user typically needs to be activated):: password for the user (note that a user typically needs to be activated):
caosdb_admin.py create_user anna .. code:: console
caosdb_admin.py set_user_password anna
caosdb_admin.py add_user_roles anna administration $ caosdb_admin.py create_user anna
caosdb_admin.py activate_user anna $ caosdb_admin.py set_user_password anna
$ caosdb_admin.py add_user_roles anna administration
$ caosdb_admin.py activate_user anna
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment