Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-01-25 15:44:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-25 15:44:47 +0300
commit9e76577ead00471d556c4fcf3534fd17c5b21fec (patch)
tree00acb80673d20fade7079c3e34b1c79005f32112 /apps/admin_audit/lib
parenta5fe6a6118cac53b66dd6b210227622d10c639f6 (diff)
Add tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/admin_audit/lib')
-rw-r--r--apps/admin_audit/lib/Actions/Security.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/lib/Actions/Security.php b/apps/admin_audit/lib/Actions/Security.php
index 4e631aedddd..b7ef1332f36 100644
--- a/apps/admin_audit/lib/Actions/Security.php
+++ b/apps/admin_audit/lib/Actions/Security.php
@@ -45,7 +45,7 @@ class Security extends Action {
'Failed two factor attempt by user %s (%s) with provider %s',
$params,
[
- 'displayname',
+ 'displayName',
'uid',
'provider',
]
@@ -66,7 +66,7 @@ class Security extends Action {
'Successful two factor attempt by user %s (%s) with provider %s',
$params,
[
- 'displayname',
+ 'displayName',
'uid',
'provider',
]