(feat): added captcha for invalid login

This commit is contained in:
boris
2024-12-04 01:37:17 +00:00
parent cafe0b58d0
commit 5b0d04b702
5 changed files with 58 additions and 15 deletions

View File

@@ -88,9 +88,6 @@
<div class="col-sm" id="loginStatus">
<?php
if ($view->loginError) {
require_once('Views/template/loginError.phtml');
}
if(!$view->user->isLoggedIn()) {
require_once('Views/template/loginModal.phtml');
}