You are here

Functions in Password Strength 7

Primary tabs

Namesort descending Location Description Direct uses Strings
password_strength_ajax_check ./password_strength.module Menu callback for AJAX password check. 1
password_strength_check_strength ./password_strength.module Determine if strength should be checked. 2
password_strength_element_info_alter ./password_strength.module Implements hook_element_info_alter().
password_strength_form_alter ./password_strength.module Implements hook_form_alter().
password_strength_form_password_add ./password_strength.module Form extensions for password strength controls. 1
password_strength_form_password_js_attach ./password_strength.module Attach JS password check to a form element. 2
password_strength_form_password_submit ./password_strength.module Submission handler for password field. 1
password_strength_form_password_validate ./password_strength.module Validation handler for password field. 1
password_strength_get_flaws ./password_strength.module Returns an array of flaws found in the password strength. 1
password_strength_get_message_flaws ./password_strength.module Returns helper message for password strength. 1
password_strength_get_message_requirements ./password_strength.module Returns helper message for password requirements. 1
password_strength_get_message_strength ./password_strength.module Returns helper strength indicator for password strength. 1
password_strength_get_score ./password_strength.module Returns a human readable version of the password score. 2
password_strength_menu ./password_strength.module Implements hook_menu().
password_strength_required_score ./password_strength.module Get the password strength score required for an account. 3
password_strength_requirements ./password_strength.install Implementation of hook_requirements().
password_strength_score_list ./password_strength.module Returns a human readable list of score levels. 2
password_strength_settings ./password_strength.admin.inc Form builder for password strength form. 1
password_strength_strength ./password_strength.module Gets Zxcvbn entropy and score for a password. 2
password_strength_strength_pattern ./password_strength.module Determines the flaw pattern from the match object. 1
password_strength_uninstall ./password_strength.install Implements hook_uninstall().
password_strength_xautoload ./password_strength.module Implements hook_xautoload().
_password_strength_calculate_strength ./password_strength.module Internal helper gets pass and account from form and calls strength check. 2

Other projects