Welcome Guest, Not a member yet? Register   Sign In
How can I lockout login for 5 minutes if 5 bad attempts are made
#4

(This post was last modified: 09-23-2022, 10:34 AM by luckmoshy.)

just use ci throttle https://codeigniter.com/user_guide/libra...t=throttle

just use a logic function with HTML
Code:
disabled
atribute in input field

PHP Code:
<?php

$throttler 
= \Config\Services::throttler();
$throttler->check($name60MINUTE); 
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
RE: How can I lockout login for 5 minutes if 5 bad attempts are made - by luckmoshy - 09-23-2022, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB