Summary:
Password recover doesn't go to end
Detailed Description:
When I follow the "password recover" process, I got the mail click to a link
like:
mysite.com/feu/verifycode/29/8/53697D3E1CF9894AD9D882.html
Form displays well, but on submit it goes back to the form.
Source code is weird in action.verifycode.php, line 68:
if( !cge_param::exists($params,'code') ) {
...
$code = cge_param::get_string($params,'code');
...
}
... so it may never go in that part of the action as the param "code" seems to
be always there (as the "code" input field is in the verify form and in the
feu/verifycode/ pretty url )