CMS MADE SIMPLE FORGE

Frontend Users

 

[#10623] Redirection after logging in does not work

avatar
Created By: Virgo Pärna (virgo)
Date Submitted: Fri Sep 04 03:28:22 -0400 2015

Assigned To:
Version: 1.30.4
CMSMS Version: 1.12
Severity: None
Resolution: Fixed
State: Closed
Summary:
Redirection after logging in does not work
Detailed Description:
User is not redirected to configured page after login in version 1.30.4
Error is caused by typo in action.login.php line 124

else if( ($tplstr = $this->GetPreference('pagelid_login')) ) {

should be

else if( ($tplstr = $this->GetPreference('pageid_login')) ) {


History

Comments
avatar
Date: 2015-09-04 13:56
Posted By: Robert Campbell (calguy1000)

fixed in svn for an upcoming 1.30.5
      
Updates

Updated: 2015-09-30 10:18
state: Open => Closed

Updated: 2015-09-04 13:56
resolution_id: => 7