Suggestion
-
I made a temporary change to the 6.3.6 version to display a message passed as a URL parameter to the login page. The was needed to indicate to the user where they were going to be redirected after they logged in.
e.g. ‘/login/?action=login&redirect_to=/survey-results/&message=The Survey Results will be displayed after you have successfully logged in’
updated class-theme-my-login.php line 441
elseif (isset($_GET[‘message’])) {
$this->errors->add(‘message’, $_GET[‘message’], ‘message’ );
}We have DEV, UAT and Production servers and it would be best if you could consider including this code in the next version.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suggestion’ is closed to new replies.