I want to develop a module that add fields to user profile in drupal 7, like phone number and CV ...
and I don t know how to do that (using Database or using fields API)
pls help me.
Any clear tutorials will be appreciated.
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 ...