You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_guide/integrations/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ migration-notes: "Added during 2025 documentation reorganization"
9
9
10
10
This section provides comprehensive guides for connecting OpenSPP with external systems, identity providers, and other digital public infrastructure components. These integrations are key to building a robust and interoperable social protection ecosystem.
11
11
12
+
In addition to the list to the ones listed below, we also have integration with OpenCRVS and OpenFN.
13
+
12
14
Here, you will find detailed instructions and best practices for:
13
15
14
16
-**Digital Convergence Initiative (DCI)**: Learn how to implement the DCI specification to enable seamless data exchange between OpenSPP and other registries, such as a Civil Registration and Vital Statistics (CRVS) system.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Our guiding principles are informed by the Digital Public Goods Standard and the
41
41
-**Interoperability**: The platform is designed to support system interoperability - critical for the creation of cohesive and efficient digital ecosystems.
42
42
-**Inclusivity**: Our products can be customized to suit linguistic and cultural requirements, accessibility, digital literacy, and deployment in remote and less-developed contexts.
43
43
44
-
To begin using the platform, head to the [Getting Started](https://docs.openspp.org/getting_started/) section for an overview of how OpenSPP’s documentation is organized, and how to locate relevant information.
44
+
To begin using the platform, head to the {doc}`getting_started/index` section for an overview of how OpenSPP’s documentation is organized, and how to locate relevant information.
45
45
46
46
OpenSPP is currently in development, and everything is evolving rapidly thanks to the input provided by our users. If you have any questions or needs, please do not hesitate to contact the team through Github issues or the OpenSPP [website](https://openspp.org/).
Copy file name to clipboardExpand all lines: docs/user_guide/administration/user_access.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
review-status: reviewed
3
-
review-date: 2025-07-03
3
+
review-date: 2025-09-01
4
4
reviewer: Mark Penalosa
5
5
migration-notes: "Added during 2025 documentation reorganization"
6
6
---
@@ -15,7 +15,7 @@ This user guide provides instructions on how to manage user access in OpenSPP, i
15
15
16
16
## Prerequisites
17
17
18
-
To grant access, you need a user account with the **System Admin** role given by the OpenSPP team.
18
+
To grant access to other users, you must have a user account with the **System Admin** role. This role is assigned to your account by default after completing the installation guide, or provided by the OpenSPP team for pilot or demo instances of OpenSPP, Only users with the **System Admin** role can manage user accounts, roles, and permissions within OpenSPP.
19
19
20
20
## Objective
21
21
@@ -25,6 +25,8 @@ After completing this tutorial, you will gain an understanding of how to manage
25
25
26
26
All user-related tasks, such as creating new users, modifying existing users, configuring their information, passwords, and user roles, are performed on the **User** page.
27
27
28
+
By default, you will have a user with **System-Administator** access rights already configured if you have completed the installation guide, {doc}`../../getting_started/installation_deb`.
29
+
28
30
The **Users** page is accessed by clicking on the menu icon in the top-left corner and select **Settings**.
@@ -83,7 +85,7 @@ Click on the name of the user you wish to edit. Click on the field to modify the
83
85
84
86
### Assigning roles to a user
85
87
86
-
Assigning a role to a user account enables them to perform a specific set of actions in OpenSPP. For instance, only a **System admin** role has the permission to import and export data in and out of OpenSPP. Therefore, it is important to assign specific roles, particularly to the user account’s purpose. This also prevents unauthorized access to sensitive data, which may be easily mishandled.
88
+
Assigning a role to a user account enables them to perform a specific set of actions in OpenSPP.
87
89
88
90
Click on the menu icon in the top-left corner then choose on **Settings**. Click **Users & Companies** and select **Users**.
89
91
@@ -95,6 +97,8 @@ Click on the name of the user account you wish to assign roles to. In the **Role
95
97
96
98
Configure the **From** and **To** columns. **From** defines when this user can start having the selected access role, while **To** defines when it will expire. To remove the role from the user, simply click on the trash icon. Click on the **Save** button once done.
97
99
100
+
Note that you can also assign **System Admin** role to existing users to grant it with system admin access rights automatically.
0 commit comments