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: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,12 @@ Here is the default configuration and an explanation of available options:
37
37
```yaml
38
38
enabled: true
39
39
admin_mode: true
40
+
# custom_server:
41
+
# custom_password:
40
42
endpoint: ""
41
43
events:
42
-
onUserLogin: "User '{username}' has logged on {domain}!"
43
-
onUserLoginFailure: "Someone tried to log on {domain}!"
44
+
onUserLogin: "Someone has logged on {domain}!"
45
+
onUserLoginFailure: "Failed login attempt at {hour}"
44
46
```
45
47
46
48
Note that if you use the Admin Plugin, a file with your configuration named whistleblower.yaml will be saved in the `user/config/plugins/`-folder once the configuration is saved in the Admin.
0 commit comments