genpass_add_samples |
./genpass.module |
Adds some sample passwords to each module in an array. |
1 |
|
genpass_algorithm_module |
./genpass.module |
Return the currently activated module for generating passwords. |
2 |
|
genpass_algorithm_modules |
./genpass.module |
Return an array of all modules which implement hook_password. |
2 |
|
genpass_form_alter |
./genpass.module |
Implements hook_form_alter(). |
|
|
genpass_generate |
./genpass.module |
Generate a new password using the preferred password generation algorithm. |
1 |
|
genpass_page_attachments |
./genpass.module |
Implements hook_page_attachments(). |
|
|
genpass_password |
./genpass.module |
Generate a new password using genpass's internal generation algorithm. |
1 |
|
genpass_register_validate |
./genpass.module |
User registration validation. |
|
1 |
genpass_tokens |
./genpass.module |
Implements hook_tokens(). |
|
|
genpass_token_info |
./genpass.module |
Implements hook_token_info(). |
|
|
genpass_update_8001 |
./genpass.install |
Remove configuration option "genpass_entropy". |
|
|
genpass_user_admin_settings_submit |
./genpass.module |
Save admin settings for this module. |
|
1 |
genpass_user_admin_settings_validate |
./genpass.module |
User settings validation. |
|
1 |
hook_genpass_character_sets_alter |
./genpass.api.php |
Alter the character sets used in genpass_password(). |
|
|
hook_password |
./genpass.api.php |
Generate a password of a given length and retur it. |
|
|
_genpass_get_form_item |
./genpass.module |
Helper function to find a item in the user form. |
2 |
|