Horde_Block_Account_Base::getPasswordChange PHP Method

getPasswordChange() public method

Returns the date of the user's last password change.
public getPasswordChange ( ) : string
return string Date string.
    public function getPasswordChange()
    {
        return '';
    }