diff --git a/source/_templates/layout.html b/source/_templates/layout.html index ffcfb8b5..babbc53a 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -28,7 +28,7 @@
Did you find what you were looking for? Was the information clear? Was anything missing?
Share your feedback to help us improve this article!
The older version of the KoboCollect App refers to v1.30.1 and below.
@@ -40,9 +40,9 @@ _manually_ or through a _QR code_. - You will now be asked to input the **URL**, **Username**, and **Password**, and then select **Add**. For the URL, you must select from the two - **KoboToolbox** servers. If you created your user account on the general use - server, the URL is `https://kc.kobotoolbox.org`. If your user account is on - the Humanitarian server (OCHA), the URL is + **KoboToolbox** servers. If you created your user account on the Global + Server, the URL is `https://kc.kobotoolbox.org`. If your user account is on + the European Union Server, the URL is `https://kc-eu.kobotoolbox.org`. ![Server Settings](/images/kobocollect_android/server_settings.png) diff --git a/source/recently_updated.md b/source/recently_updated.md index f5fd9cbd..7ae5bc88 100644 --- a/source/recently_updated.md +++ b/source/recently_updated.md @@ -1,13 +1,13 @@ # Recently updated Support Articles +1. [Resetting Passwords](reset_password.md) (22 Sep 2023) +1. [Using the API](api.md) (21 Sep 2023) +1. [Software Architecture](software_architecture.md) (21 Sep 2023) +1. [Data Collection on KoboCollect App (Older Version)](kobocollect-android.md) (21 Sep 2023) 1. [Data Collection on KoboCollect App (Latest Version)](kobocollect_on_android_latest.md) (11 Sep 2023) 1. [HIPAA Compliance](hipaa_compliance.md) (11 Sep 2023) 1. [Connecting to your data using synchronous exports](synchronous_exports.md) (11 Sep 2023) 1. [Data Storage](data_storage.md) (11 Sep 2023) 1. ["Photo", "Audio", "Video" and "File" question types](photo_audio_video_file.md) (11 Sep 2023) 1. [What is KoboToolbox](welcome.md) (11 Sep 2023) -1. [Installing KoboToolbox on a Local Computer](kobo_local_computer.md) (11 Sep 2023) -1. [Using Public Collections](using_public_collections.md) (11 Sep 2023) -1. [Manually Uploading Submissions](manual_upload.md) (6 Sep 2023) -1. [KoboToolbox Integration on monday.com](kobotoolbox_monday_integration.md) (6 Sep 2023) diff --git a/source/reset_password.md b/source/reset_password.md index aa9c5626..d70d8853 100644 --- a/source/reset_password.md +++ b/source/reset_password.md @@ -1,16 +1,16 @@ # Resetting Passwords -**Last updated:** 15 Feb 2022 +**Last updated:** 22 Sep 2023 If you have forgotten or lost your account password, KoboToolbox allows you to reset it easily. To reset your password: -- For Humanitarian Organizations using the **UN OCHA server** (unlimited use): +- For organizations using the **Global Server**: Go to - [kobo.humanitarianresponse.info](https://kobo.humanitarianresponse.info) -- For Researchers, Aid Workers, & Everyone Else using the **Kobo server**: Go - to [kf.kobotoolbox.org](https://kf.kobotoolbox.org) + [kf.kobotoolbox.org](https://kf.kobotoolbox.org) +- For organizations using the **European Union Server**: Go + to [eu.kobotoolbox.org](https://eu.kobotoolbox.org) ![KoboToolbox login form](/images/resetting_passwords/login_form.png) @@ -29,8 +29,8 @@ link, please try troubleshooting with the following: - It might also be that you are requesting to reset your password on the wrong server. Check the URL on your address bar to ensure you are on the server where you had created your account on, - [whether the Kobo server](https://kf.kobotoolbox.org) or the - [UN OCHA server](https://kobo.humanitarianresponse.info]). + whether the [Global Server](https://kf.kobotoolbox.org) or the + [European Union Server](https://eu.kobotoolbox.org]). If you still have not received the email with the reset link, and you have tried all the troubleshooting options provided above, please send an email with the diff --git a/source/software_architecture.md b/source/software_architecture.md index b4ee517a..5077e2fd 100644 --- a/source/software_architecture.md +++ b/source/software_architecture.md @@ -1,5 +1,5 @@ # Software Architecture -**Last updated:** 15 Feb 2022 +**Last updated:** 21 Sep 2023 KoboToolbox consists of the following components, all of which are open source (see links for source code): @@ -23,9 +23,8 @@ forms and collected data are compatible with these tools. ![image](/images/software_architecture/overview.png) The best way to use KoboToolbox is on one of the two public instances - -[kobo.humanitarianresponse.info](http://kobo.humanitarianresponse.info) (if you -work for a humanitarian organization) and -[kf.kobotoolbox.org](http://kf.kobotoolbox.org) (non-humanitarians). There is no +[kf.kobotoolbox.org](https://kf.kobotoolbox.org) and +[eu.kobotoolbox.org](https://eu.kobotoolbox.org) (for organizations that prefer data hosting in the European Union). There is no software to be installed on your computer. Installing KoboToolbox on your own computer is not necessary and is only recommended if you work in an environment with absolutely no Internet access.