Skip to content

Commit dbaaed5

Browse files
authored
Update users.rst
1 parent 23edfdc commit dbaaed5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

en/functions/backend/FOM/users.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Users
55

66
User are implemented as FOM\\UserBundle\\Entity\\User and stored in the database. The entity has only some basic information about the user itself, more complex user data will have to be implemented by user profiles (yet to be done).
77

8-
The bundles provides all means to administrate users by admin as well as self-registration and password recovery.
8+
The bundle provides all means to administrate users by admin as well as self-registration and password recovery.
99

10-
The user with the id 1 is special, as this user is created during installation and will always be given full access. If all is lost, you can use this user to manage everything. And in the event that the credentials for this user are also lost, a console command (fom:user:resetroot) is available for resetting.
10+
The user with the id 1 (root) is special, as this user is created during installation and will always be given full access. If all is lost, you can use this user to manage everything. And in the event that the credentials for this user are also lost, a console command (fom:user:resetroot) is available for resetting.
1111

1212
.. note:: **Notice:** To use the features below, Symfony Switfmailer needs to be set up correctly. Please check your local Symfony verion and adjust the Symfony documentation accordingly before setting up Swiftmailer. An in-depth configuration can be found in the official Symfony docs: https://symfony.com/doc/current/mailer.html
1313

@@ -18,7 +18,7 @@ If a user has forgotten his/her password, he can use the "Forgot password?" link
1818

1919
.. image:: ../../../../en/functions/backend/FOM/user_forgot_password.png
2020

21-
After that, the user should receive an e-mail with a link which leads to a page where a password reset is possible. The link isn't valid anymore after this operation. The text of the mail can be customized in the /FOM/UserBundle/Resources/translations/messages.en.xlf file.
21+
After that, the user should receive an e-mail with a link which leads to a page where a password reset is possible. The link is not valid anymore after this operation. The text of the mail can be customized in the /FOM/UserBundle/Resources/translations/messages.en.xlf file.
2222

2323
The functionality can be switched off in the config.yml.
2424

@@ -28,8 +28,8 @@ The functionality can be switched off in the config.yml.
2828
reset_password: true # true/false
2929
3030
31-
Registering
32-
-----------
31+
Registration
32+
------------
3333

3434
Users can self-register themselves in Mapbender. For this you have to adjust the setting fom_user:selfregister in the config.yml to true.
3535

@@ -50,7 +50,7 @@ The text of the confirmation mail can be customized in the /FOM/UserBundle/Resou
5050
Activation of users
5151
-------------------
5252

53-
Users can be set activated or deactivated by Administrators with the User-ACL-right of at least "edit". For this purpose, a checkbox exists in the Edit User dialog. A user with administration rights cannot activate or deactivate himself.
53+
Users can be set activated or deactivated by Administrators with the User-ACL-Right of at least *edit*. For this purpose, a checkbox exists in the Edit User dialog. A user with administration rights cannot activate or deactivate himself.
5454

5555
.. image:: ../../../../en/functions/backend/FOM/edit_user_activated.png
5656

@@ -78,7 +78,7 @@ Login Failures
7878

7979
Login failures are responded with the Message "Bad credentials". For security reasons it is not shown if the error is based on a wrong username or a wrong password. Login failures will not lock the account indefinitely after four attempts. Rather the account will be locked for a given period of time.
8080

81-
The config.yml allows to adjust the behaviour:
81+
The config.yml allows to adjust this behaviour:
8282

8383
.. code-block:: yaml
8484

0 commit comments

Comments
 (0)