mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Address TODOs in Lokole documentation
See https://github.com/ascoderu/opwen-webapp/issues/81
This commit is contained in:
parent
af9ce606b0
commit
7063bdc260
1 changed files with 13 additions and 5 deletions
|
@ -11,6 +11,9 @@ The Lokole is a simple email client that offers functionality like:
|
||||||
3. Write emails including rich formatting
|
3. Write emails including rich formatting
|
||||||
4. Send attachments
|
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 <https://github.com/ascoderu/opwen-webapp/tree/master/opwen_email_client/webapp/translations>`_.
|
||||||
|
|
||||||
Using It
|
Using It
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -26,7 +29,7 @@ By default, the password is: ``changeme``
|
||||||
Administrators can:
|
Administrators can:
|
||||||
|
|
||||||
- Suspend and reinstate user accounts
|
- 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
|
- Promote users to the admin role
|
||||||
|
|
||||||
All of these actions can be performed from the page http://box/lokole/users
|
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::
|
To create a new admin account, run the following command::
|
||||||
|
|
||||||
./manage.py createadmin [--name | -n] <username> [--password | -p] <password>
|
cd /library/lokole/venv
|
||||||
|
./python3 ./manage.py createadmin [--name | -n] <username> [--password | -p] <password>
|
||||||
|
|
||||||
(TODO what working directory?)
|
|
||||||
|
|
||||||
Resetting the Database
|
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
|
Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
TODO
|
For further usage information and troubleshooting, refer to the `Lokole user manual <https://github.com/iiab/iiab/raw/master/roles/lokole/The%20Lokole-IIAB%20User's%20Manual.pdf>`_.
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in a new issue