UNB Components Code Reference

UnbUser::IsSecurePassword method

Validates a password against the secure password policy.

public static function UnbUser::IsSecurePassword ($password, $data, &$err);

Parameters

password
(string) The password to be checked
data
(string) Additional data, usually the login name
err  –  out
(string) Error message in case of failure

Return value

(bool) true if the password is secure, false otherwise

Member of class: UnbUser

Implementation file: user.class.php, line 438

© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.