diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-25 13:44:47 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-25 13:44:47 +0100 |
commit | 9e76577ead00471d556c4fcf3534fd17c5b21fec (patch) | |
tree | 00acb80673d20fade7079c3e34b1c79005f32112 /apps/admin_audit/lib | |
parent | a5fe6a6118cac53b66dd6b210227622d10c639f6 (diff) | |
download | nextcloud-server-9e76577ead00471d556c4fcf3534fd17c5b21fec.tar.gz nextcloud-server-9e76577ead00471d556c4fcf3534fd17c5b21fec.zip |
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.php | 4 |
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', ] |