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. Does some
validation to make sure the variable contains a valid module name. |
2 |
|
genpass_algorithm_modules |
./genpass.module |
Return an array of all modules which implement hook_password. |
2 |
|
genpass_form_alter |
./genpass.module |
Implementation of hook_form_alter() |
|
|
genpass_generate |
./genpass.module |
Generate a new password using the preferred password generation algorithm. |
2 |
|
genpass_password |
./genpass.module |
Generate a new password using genpass's internal password generation
algorithm.
Based on the original D6 user_password function (with more characters) |
|
|
genpass_register_validate |
./genpass.module |
User registration validation. |
|
1 |
genpass_uninstall |
./genpass.install |
Implementation of hook_uninstall(). |
|
|
genpass_user_admin_settings_validate |
./genpass.module |
User settings validation. |
|
1 |
_genpass_default_entropy |
./genpass.module |
Defines default characters allowed for passwords. |
2 |
|
_genpass_get_form_item |
./genpass.module |
Helper function to find a item in the user form, since its position
within the form-array depends on the profile module (account-category). |
2 |
|