Horde_Block_Account_Base::checkPasswordStatus PHP Method

checkPasswordStatus() public method

Returns the status of the current password.
public checkPasswordStatus ( ) : string
return string A string with a warning message if the password is about to expire.
    public function checkPasswordStatus()
    {
        return '';
    }