Skip to content

Commit e9a7047

Browse files
authored
Update examples.rst
1 parent 158410e commit e9a7047

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

en/functions/backend/FOM/examples.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Examples
66
Reset User with ID 1
77
--------------------
88

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.
1010

1111
.. code-block:: bash
1212
$ app/console fom:user:resetroot
@@ -23,30 +23,30 @@ The command ``app/console fom:user:resetroot`` resets the user with ID 1. This u
2323
Create new user
2424
---------------
2525

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.
2727

2828

2929
Create new applications
3030
-----------------------
3131

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.
3333

3434

3535
Configure sources
3636
-----------------
3737

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.
3939

4040

4141
Copy applications
4242
-----------------
4343

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.
4545

4646
Thereby, the user automatically becomes the owner of the copied application.
4747

4848

4949
Delete applications
5050
-------------------
5151

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

Comments
 (0)