When I (on purpose) put a wrong password inside the "Web User Login Form", it outputs the following message;
Your password was incorrect.
Your Failed login count is 1. You will be blocked for 60 minutes for more than 3 failed attempts.
Please try again.
Perhaps you forgot your password?
The "Perhaps you forgot your password?" is a hyperlink. In addition there is a "Forgot Passsword" button on the form.
In my example the hyperlink says;
http://modx.localhost:85/index.php?id=3?service=forgot
However if you attempt to press the hyperlink I always get returned to the homepage. Even if I do a very basic call.
What’s weird is that if you press the "Forget Password" button , this works fine and goes to the right page.
1. Why does the URL go to the wrong page, and how do you fix it?
2. Is it possible to hide the message as quoted above?
Thanks