You are here

Functions in Login Security 5

Primary tabs

Namesort descending Location Description Direct uses Strings
login_security_build_admin_form ./login_security.module Build a form body for the configuration settings. 1
login_security_cron ./login_security.module Implementation of hook_cron().
login_security_form_alter ./login_security.module Implementation of hook_form_alter().
login_security_install ./login_security.install
login_security_save_pair ./login_security.module Save the login attempt in the tracking database: user name and ip address. 1
login_security_uninstall ./login_security.install
login_security_update_5000 ./login_security.install Support IPv6 length addresses.
login_security_update_5001 ./login_security.install Remove the option to have a login punishment for login failures for DoS.
login_security_user ./login_security.module Implementation of hook_user().
login_security_validate ./login_security.module Implementation of form validate. This functions does more than just validating, but it's main Intention is to break the login form flow.
login_user_block_ip ./login_security.module Create a Deny entry for the IP address. If IP address is not especified then block current IP. 1
login_user_block_user_name ./login_security.module Block a user by user name. If no user id then block current user. 1
mip_address ./login_security.module Helper function to get the IP Address viewing the page. 3
_login_security_get_variables_by_name ./login_security.module Helper function to get the variable array for the messages. 2

Other projects