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_check |
./force_password_change.module |
Checks whether or not user has a pending password change |
2 |
|
force_password_change_delete_role |
./force_password_change.module |
Callback #submit function called on the role edit page when the user clicks the delete button.
This function removes the fole from the {force_password_change_roles} table. |
|
1 |
force_password_change_edit_role |
./force_password_change.module |
Callback #submit function called on the role edit page when the user clicks the save button |
|
1 |
force_password_change_force_users |
./force_password_change.module |
This function flags users accounts to change their passwords
It also logs the force time for statistics sake. If $uids is
an empty array, all users will have their stats updated |
3 |
|
force_password_change_form_alter |
./force_password_change.module |
Implementation of hook_form_alter() |
|
|
force_password_change_get_text_date |
./force_password_change.module |
Converts a time period of password expiry dates to the textual representation
of the number of years, months, days or hours that it represents |
1 |
|
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_permission |
./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_7000 |
./force_password_change.install |
Implementation of hook_update_N() |
|
|
force_password_change_user_delete |
./force_password_change.module |
Implementation of hook_user_delete() |
|
|
force_password_change_user_insert |
./force_password_change.module |
Implementation of hook_user_insert() |
|
|
force_password_change_user_login |
./force_password_change.module |
Implementation of hook_user_login() |
|
|
force_password_change_user_update |
./force_password_change.module |
Implementation of hook_user_update() |
|
|
force_password_change_validate_user |
./force_password_change.module |
This function is called after a user's account page is updated |
|
1 |
theme_force_password_change_expiry |
./force_password_change.pages.inc |
Theme function for password expiry on the settings page. This is used add the tabledrag for the roles |
|
|
theme_force_password_change_list |
./force_password_change.pages.inc |
Theme function for the details page for a particular role |
|
|
theme_force_password_change_settings |
./force_password_change.pages.inc |
Theme function for statistics on the module settings page. This is used to place the stats for a role beside the checkbox,
without having to include the stats in the label for the checkbox |
|
|
theme_force_password_change_stats |
./force_password_change.pages.inc |
Theme function for the stats on user's account pages. |
|
|
theme_force_password_change_user_admin_roles_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. Most
of this code is taken directly from the… |
|
|