From 7063bdc260829fe3a041944334b7c5752e6411e2 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Thu, 10 Jan 2019 09:23:02 -0500 Subject: [PATCH] Address TODOs in Lokole documentation See https://github.com/ascoderu/opwen-webapp/issues/81 --- roles/lokole/README.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/roles/lokole/README.rst b/roles/lokole/README.rst index e22f6db5f..bbea859f9 100644 --- a/roles/lokole/README.rst +++ b/roles/lokole/README.rst @@ -11,6 +11,9 @@ The Lokole is a simple email client that offers functionality like: 3. Write emails including rich formatting 4. Send attachments +The Lokole email client is translated into a number of languages, including French and Lingala. +For an up-to-date list of supported languages, refer to the `Lokole translations source `_. + Using It -------- @@ -26,7 +29,7 @@ By default, the password is: ``changeme`` Administrators can: - Suspend and reinstate user accounts -- Change passwords of user accounts (TODO: admin accounts too?) +- Reset passwords of non-admin user accounts - Promote users to the admin role All of these actions can be performed from the page http://box/lokole/users @@ -51,19 +54,24 @@ Creating an Admin Account To create a new admin account, run the following command:: - ./manage.py createadmin [--name | -n] [--password | -p] + cd /library/lokole/venv + ./python3 ./manage.py createadmin [--name | -n] [--password | -p] -(TODO what working directory?) Resetting the Database ~~~~~~~~~~~~~~~~~~~~~~ -TODO +To reset the database, run the following command:: + + cd /library/lokole/venv + ./python3 ./manage.py resetdb + +This command will remove all users and all emails from the system. Troubleshooting --------------- -TODO +For further usage information and troubleshooting, refer to the `Lokole user manual `_. Known Issues ------------