CMS MADE SIMPLE FORGE

Frontend Users

 

[#12129] Password recover doesn't go to end

avatar
Created By: Mathieu Muths (airelibre) (airelibre)
Date Submitted: Sat Sep 07 17:16:12 -0400 2019

Assigned To: Robert Campbell (calguy1000)
Version: 3.1.3
CMSMS Version: 2.2.11
Severity: None
Resolution: Fixed
State: Open
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 )


History

Comments
avatar
Date: 2019-09-08 16:14
Posted By: Robert Campbell (calguy1000)

Fixed in svn
      
Updates

Updated: 2019-09-08 16:14
resolution_id: => 7