diff --git a/app/templates/security.php b/app/templates/security.php index df4d5fc..0d071be 100644 --- a/app/templates/security.php +++ b/app/templates/security.php @@ -35,6 +35,7 @@
+
@@ -76,6 +77,7 @@ + @@ -102,6 +104,7 @@
+
@@ -148,6 +151,7 @@ + @@ -198,7 +202,7 @@ db->prepare(" SELECT ip_address, username, attempted_at - FROM {$rateLimiter->ratelimitTable} + FROM {$rateLimiter->authRatelimitTable} ORDER BY attempted_at DESC LIMIT 10 ");