You are here

Functions in Force Password Change 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
force_password_change_add_role ./force_password_change.module This function is called after a new role has been added to the system. It creates a new row in the {force_password_change_roles} table for the role that has been created 1
force_password_change_administer_role ./force_password_change.module This function is called on the role edit page, and serves one of two functions: 1) It deletes the relevant row from the {force_password_changes_roles} table for the role that has been deleted Or 2) Forces the users in that role to chage their password… 1
force_password_change_form_alter ./force_password_change.module Implementation of hook_form_alter()
force_password_change_init ./force_password_change.module Implementation of hook_init()
force_password_change_install ./force_password_change.install Implementation of hook_install()
force_password_change_list ./force_password_change_pages.inc Details page for a particular role, as it relates to the Force Password Change module 1
force_password_change_menu ./force_password_change.module Implementation of hook_menu()
force_password_change_perm ./force_password_change.module Implementation of hook_perm()
force_password_change_schema ./force_password_change.install Implementation of hook_schema()
force_password_change_schema_alter ./force_password_change.install Implementation of hook_schema_alter()
force_password_change_settings ./force_password_change_pages.inc This function creates the settings page. It is a callback function for drupal_get_form() 1
force_password_change_settings_submit ./force_password_change_pages.inc Submit function for the settings form
force_password_change_single_role ./force_password_change_pages.inc Form to force a password change on a single role. Used on the details page 1
force_password_change_single_role_submit ./force_password_change_pages.inc Submission function for the form that forces a password change on a single role
force_password_change_theme ./force_password_change.module Implementation of hook_theme()
force_password_change_uninstall ./force_password_change.install Implementation of hook_uninstall()
force_password_change_update_6200 ./force_password_change.install Implementation of hook_update_N()
force_password_change_update_6201 ./force_password_change.install Implementation of hook_update_N()
force_password_change_user ./force_password_change.module Implementation of hook_user()
theme_force_password_change_new_role_form ./force_password_change_pages.inc Theme function that effectively rebuilds the add new role form (Administer -> User management -> Roles) This function adds a link from each role the force password change details page for that role
theme_force_password_change_settings ./force_password_change_pages.inc Theme function for the settings page. This is used to place the stats for a role beside the checkbox, without having to include the stats in the label

Other projects