I am using controller_filestore
and it gives error Method addCondition
is not defined neither in controller_filestore
, nor in its Model. If I use controller_filestore_image, it doesn’t find the class.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...