09-07-2016, 05:04 PM
Here's a link to a modified login.php
http://pastebin.com/FSLFYwaW
I've added a single line immediately after the initialization.
Now any will display that message in the login form.
http://pastebin.com/FSLFYwaW
I've added a single line immediately after the
Code:
$error_message='';
Code:
if (@$_REQUEST['err']) $error_message = $_REQUEST['err']; // allow redirects to display a message
Now any
Code:
Redirect::to('users/login.php?err=This is an error message');