Fix sorting in user auth failure list
authorMarcel Werk <burntime@woltlab.com>
Tue, 20 Feb 2024 16:20:14 +0000 (17:20 +0100)
committerOlaf Braun <info@braun-development.de>
Thu, 7 Mar 2024 15:37:00 +0000 (16:37 +0100)
wcfsetup/install/files/lib/acp/page/UserAuthenticationFailureListPage.class.php

index db2307c5fe64f4b315dab5b6df771deb4ee51ee7..997e269e2502784eb59fe0af5d97eeb4523d722e 100644 (file)
@@ -45,7 +45,7 @@ class UserAuthenticationFailureListPage extends SortablePage
     /**
      * @inheritDoc
      */
-    public $validSortFields = ['failureID', 'environment', 'userID', 'username', 'time', 'ipAddress', 'userAgent'];
+    public $validSortFields = ['failureID', 'environment', 'userID', 'username', 'time', 'ipAddress', 'userAgent', 'validationError'];
 
     /**
      * @inheritDoc