|
D
|
david22585 5/1/2021 |
|
Events -> Before Login $_SESSION["login_msg"] = "";The session is to give the user some kind of feedback about their failed login. So go to the Events -> Login Page: Before Process and add the following code to display the message: echo $_SESSION["login_msg"]; |
|
|
J
|
Jan author 5/2/2021 |
|
Great ! Works fine. |
|