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 499

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.