Skip to content
Snippets Groups Projects
Commit 9e9afa92 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

No need to explicitly call python3 to run the admin script.

parent 729fbdcc
No related branches found
No related tags found
No related merge requests found
Pipeline #11954 passed with warnings
......@@ -2,13 +2,13 @@ Administration
==============
The Python script ``caosdb_admin.py`` should be used for administrative tasks.
Call ``python3 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
password for the user (note that a user typically needs to be activated)::
python3 caosdb_admin.py create_user anna
python3 caosdb_admin.py set_user_password anna
python3 caosdb_admin.py add_user_roles anna administration
python3 caosdb_admin.py activate_user anna
caosdb_admin.py create_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.
Finish editing this message first!
Please register or to comment