You are here

Functions in Generate Password 7

Primary tabs

Namesort descending Location Description Direct uses Strings
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 Generates random password.
genpass_register_validate ./genpass.module User registration validation. 1
genpass_uninstall ./genpass.install
genpass_user_admin_settings_validate ./genpass.module User settings validation. 1
_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
_GENPASS_REQUIRED_entropy ./genpass.module Defines default characters allowed for passwords. 2

Other projects