You are here

Functions in Login History 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_login_history_detection_results ./login_history.api.php Allow modules to react to the login history data.
hook_login_history_detect_device_alter ./login_history.api.php Allows modules to do additional detection of a user when they log in.
hook_login_history_detect_new_login_alter ./login_history.api.php Allow modules to say that a specific login is not new.
lhfingerprintjs2_form_alter lhfingerprintjs2/lhfingerprintjs2.module Implements hook_form_alter().
lhfingerprintjs2_library lhfingerprintjs2/lhfingerprintjs2.module Implements hook_library().
lhfingerprintjs2_login_history_detection_results lhfingerprintjs2/lhfingerprintjs2.module Implements hook_login_history_detection_results().
lhfingerprintjs2_login_history_detect_device_alter lhfingerprintjs2/lhfingerprintjs2.module Implements hook_login_history_detect_device().
lhfingerprintjs2_schema lhfingerprintjs2/lhfingerprintjs2.install Implements hook_schema().
lhfingerprintjs_password_reset_storage lhfingerprintjs2/lhfingerprintjs2.module Form submit function, holds onto some data for later use. 1
lhtest_menu tests/lhtest/lhtest.module Implements hook_menu().
login_history_access_user_history_page ./login_history.module Access callback for the user-specific Login History page. 1
login_history_assemble_cookie ./login_history.inc Assembles and signs a device ID cookie. 2
login_history_block_info ./login_history.module Implements hook_block_info().
login_history_block_view ./login_history.module Implements hook_block_view().
login_history_get_device_id_from_cookie ./login_history.inc Gets a device id from a login history cookie while validating authenticity. 6
login_history_last_login ./login_history.module Provide data about the last login for a user. 2
login_history_mail ./login_history.module Implements hook_mail().
login_history_menu ./login_history.module Implements hook_menu().
login_history_output includes/login_history.pages.inc Render login histories. 1
login_history_permission ./login_history.module Implements hook_permission().
login_history_report_callback includes/login_history.pages.inc Page callback for the login history page. 1
login_history_schema ./login_history.install Implements hook_schema().
login_history_send_mail_new_login_device ./login_history.module Determines if an email should be sent to a visitor for a login on a "new" device. 1
login_history_update_1 ./login_history.install Add some more data to the login_history table to provide for more features.
login_history_update_2 ./login_history.install Remove this field.
login_history_update_7100 ./login_history.install Remove the index on the user agent column.
login_history_update_7101 ./login_history.install Clear the menu cache.
login_history_update_7102 ./login_history.install Add device_id and login_id columns.
login_history_user_login ./login_history.module Implements hook_user_login().
login_history_views_api ./login_history.module Implements hook_views_api().
login_history_views_data views/login_history.views.inc Implements hook_views_data().
login_history_views_default_views views/login_history.views_default.inc Implementation of hook_views_default_views().
_lhtest_delete_all_cookies tests/lhtest/lhtest.module Menu callback to delete some cookies. And talk about it. 1

Other projects