Ever wonder why computers sometimes ask you to prove you’re human? When a user tries to login to a website and fails twice, the computer asks the user to enter some code which is readable by human only in the third attempt, this is done to check whether the user is a machine or a human. Since hacking has touched another level, captcha is used to check whether the system is being accessed …
How To Override FOSUserBundle
Before learning how to override FOS, one should know what exactly FOS is and how it works! FOS is short for Friends Of Symfony. So now, before using FOSUserBundle, you should probably find more about what Symfony2 exactly is. Symfony2 Symfony2 is a flexible Framework for the development of PHP web application. Symfony2 can be used to build dynamic websites, …