![]() |
Sergey Kornilov admin 12/11/2013 |
There are several approaches to handle this. You definitely need to start with AfterSuccessfulLogin event. In this event you have access to all fields from the login table. Here is the sample code. if ($data["address"]=="" || $data["phone"]=="") {
if ($_SESSION["show_message"]) {
|
P
|
psenick author 12/13/2013 |
Thanks Sergey worked perfectly! |