More minor updates to events chapter.
This commit is contained in:
parent
4cccb5ca10
commit
a96793cb45
2 changed files with 2 additions and 3 deletions
|
@ -15,8 +15,7 @@ In the `Admin Events Settings` section, turn on the `Save Events` switch.
|
||||||
.Admin Event Configuration
|
.Admin Event Configuration
|
||||||
image:../../{{book.images}}/admin-events-settings.png[]
|
image:../../{{book.images}}/admin-events-settings.png[]
|
||||||
|
|
||||||
The `Include Representation` switch will include any JSON document that is sent to the admin REST API when they are being
|
The `Include Representation` switch will include any JSON document that is sent through the admin REST API. This allows you to view exactly what an admin has done, but can lead to a lot of information stored in the
|
||||||
invoked upon. This allows you to view exactly what an admin has done, but can lead to a lot of information stored in the
|
|
||||||
database. The `Clear admin events` button allows you to wipe out the current information stored.
|
database. The `Clear admin events` button allows you to wipe out the current information stored.
|
||||||
|
|
||||||
To view the admin events go to the `Admin Events` tab.
|
To view the admin events go to the `Admin Events` tab.
|
||||||
|
|
|
@ -79,7 +79,7 @@ This logging is very useful if you want to use a tool like Fail2Ban to detect if
|
||||||
is trying to guess user passwords. You can parse the log file for `LOGIN_ERROR` and pull out the IP Address. Then feed this information
|
is trying to guess user passwords. You can parse the log file for `LOGIN_ERROR` and pull out the IP Address. Then feed this information
|
||||||
into Fail2Ban so that it can help prevent attacks.
|
into Fail2Ban so that it can help prevent attacks.
|
||||||
|
|
||||||
The Email Event Listener sends an email to the users account when an event occurs.
|
The Email Event Listener sends an email to the user's account when an event occurs.
|
||||||
The Email Event Listener only supports the following events at the moment:
|
The Email Event Listener only supports the following events at the moment:
|
||||||
|
|
||||||
* Login Error
|
* Login Error
|
||||||
|
|
Loading…
Reference in a new issue