Horde_Block_Account_Base::checkPasswordStatus PHP 메소드

checkPasswordStatus() 공개 메소드

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