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: en/functions/backend/FOM/examples.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Examples
6
6
Reset User with ID 1
7
7
--------------------
8
8
9
-
The command ``app/console fom:user:resetroot`` resets the user with ID 1. This user owns generally all rights.
9
+
The command ``app/console fom:user:resetroot`` resets the user with ID 1 (root). This user generally owns all rights.
10
10
11
11
.. code-block:: bash
12
12
$ app/console fom:user:resetroot
@@ -23,30 +23,30 @@ The command ``app/console fom:user:resetroot`` resets the user with ID 1. This u
23
23
Create new user
24
24
---------------
25
25
26
-
The root user (ID 1) can create new users. A user itself can create a new user if he owns the Owner role in the ACL "users". We chose this exception of the rules to avoid other users changing their user-name.
26
+
The root user (ID 1) can create new users. A user itself can create a new user if he has the *Owner* role in the ACL "users". We chose this exception of the rules to avoid other users changing their username.
27
27
28
28
29
29
Create new applications
30
30
-----------------------
31
31
32
-
A user who would like to create new applications has to have the Create right in the ACL "Applications". Once that right is permitted, the user can also import and export applications.
32
+
Users can create new applications if they have the *create* right in the ACL "Applications". Once that right is permitted, the user can also import and export applications.
33
33
34
34
35
35
Configure sources
36
36
-----------------
37
37
38
-
To get permission to the ``Sources`` tab and work with sources in the Mapbender backend, a specified user (or group member) needs the ``Edit`` right in the Global Access Control Lists.
38
+
To get permission to the ``Sources`` tab and work with sources in the Mapbender backend, a specified user (or group member) needs the *edit* right in the Global Access Control Lists.
39
39
40
40
41
41
Copy applications
42
42
-----------------
43
43
44
-
A user can copy applications if he has the ``Edit`` right in ACL "Applications" or within the application itself. The right of the application overwrites the global ACL right.
44
+
A user can copy applications if he has the *edit* right in ACL "Applications" or within the application itself. The right of the application overwrites the global ACL right.
45
45
46
46
Thereby, the user automatically becomes the owner of the copied application.
47
47
48
48
49
49
Delete applications
50
50
-------------------
51
51
52
-
A user can delete applications if he has the ``Delete`` right in the ACL "Applications" or within the application itself. The right of the applications overwriters the global ACL right.
52
+
A user can delete applications if he has the *delete* right in the ACL "Applications" or within the application itself. The right of the applications overwrites the global ACL right.
0 commit comments