password_policy_admin_settings |
./password_policy.module |
|
|
1 |
password_policy_cron |
./password_policy.module |
Implementation of hook_cron |
|
|
password_policy_delete |
./password_policy.module |
Confirmation form for the deletion of a password policy. Deletion takes place
in password_policy_delete_submit(). |
|
1 |
password_policy_delete_confirm |
./password_policy.module |
|
|
1 |
password_policy_delete_confirm_submit |
./password_policy.module |
Submit hook for the delete policy operation. |
|
|
password_policy_form_policy |
./password_policy.module |
Form display for new or to be edited password policies. |
|
1 |
password_policy_form_policy_form |
./password_policy.module |
|
|
1 |
password_policy_form_policy_form_submit |
./password_policy.module |
Form submission hook for new or edited password policies. |
|
|
password_policy_get_policy_count |
./password_policy.module |
Returns the number of unique policies defined and stored in the database. |
1 |
|
password_policy_help |
./password_policy.module |
Help text for the password policy module. |
|
|
password_policy_install |
./password_policy.install |
Implementation of the hook_install() module. |
|
|
password_policy_list_expired |
./password_policy.module |
List all expired accounts |
|
1 |
password_policy_load_active_policy |
./password_policy.module |
Loads the default (enabled and active) policy or NULL if there
are no active policies. |
2 |
|
password_policy_load_policy_by_id |
./password_policy.module |
Loads the policy with the specified id or NULL if not found. |
6 |
|
password_policy_menu |
./password_policy.module |
Implementation of hook_menu(). |
|
|
password_policy_perm |
./password_policy.module |
Permissions for the password policy module. |
|
|
password_policy_save_policy |
./password_policy.module |
Saves the policy instance in the database as a new policy. |
1 |
|
password_policy_send_login |
./password_policy.module |
Sends one time login url to the user
based on 'user_pass_submit' |
1 |
|
password_policy_simpletest |
./password_policy.module |
Implementation of hook_simpletest() for use with the
simpletest module. |
|
|
password_policy_unblock |
./password_policy.module |
Unblocks the expired account |
|
1 |
password_policy_uninstall |
./password_policy.install |
Implementation of hook_uninstall(). |
|
|
password_policy_update_1 |
./password_policy.install |
Implementation of hook_update_X(). |
|
|
password_policy_update_5000 |
./password_policy.install |
|
|
|
password_policy_update_policy |
./password_policy.module |
Updates the given policy instance with the given policy id in the database. |
1 |
|
password_policy_user |
./password_policy.module |
The implementation of hook_user(). Used to trap the validation step so
we can test any currently enabled password policies. |
|
|
password_policy_view |
./password_policy.module |
The default view for the password policy module. |
|
1 |
password_policy_view_form |
./password_policy.module |
|
|
1 |
password_policy_view_form_submit |
./password_policy.module |
Submit hook for the form on the default view for the password policy module. From the
default view, the user can set a new default password policy or clear the default so
that no policy is active and the default drupal password mechanism takes affect. |
|
|
theme_password_policy_view_form |
./password_policy.module |
Custom theme for rendering a checkbox list of defined policies. With Drupal's form
API, it can be tricky to get a layout of the form elements which is different from
the default. This layout is based on a similar layout found in the "input… |
|
|
_password_policy_clear_default |
./password_policy.module |
Resets the enabled flag for all policies in the database to 0. |
1 |
|
_password_policy_enabled |
./password_policy.module |
Returns starting point of active policy |
2 |
|
_password_policy_get_valid_constraints |
./password_policy.module |
Returns an array of constraint instances which the user should be able to
have access to in their password policy. Only the ones which the user
sets a value for will be used. See password_policy_form_policy_submit(). |
1 |
|
_password_policy_load_constraint_definitions |
./password_policy.module |
Loads all the constraint object definitions. |
5 |
|
_password_policy_load_policy_summaries |
./password_policy.module |
Returns an array of associative arrays containing the keys id, name, enable and
description for all the password policies defined in the database ordered by name. |
1 |
|
_password_policy_mail_text |
./password_policy.module |
Loads default or saved mail text |
2 |
|
_password_policy_store_password |
./password_policy.module |
Stores the given password associated with the user with the specified id in the database. This
data is used with the history constraint to prevent users from using a password they have
used previously. |
1 |
|