Hi All,
I am new to PHPRunner event, and would like to have advice on how to write a customized event on
... function BeforeLogin($username, $password, $message, $pageObject)
I would like to use this function to detect validity period of a member. I have a enddate field in my user table, and I would like to check if user.enddate is beyond current date (NOW), then I would like to unset user login, and redirect to a page to tell user that his validity period is over.
Kindly advise.
Thanks and regards,
F5447