Ticket #530 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

framework reload with password

Reported by: sullah Owned by: lmajano
Priority: highest Milestone: 3.0.0
Component: Coldbox (cfc-cfm) (Front Controller) Version: 2.6.1
Severity: major Keywords: reload
Cc: sullah

Description

framework is not reloading when ReinitPassword? value is not empty.

according to docs the reload parameters are index.cfm?fwreinit=true&reinitpass=mypasswordkey

Something is missing which compare password from (url/form) to coldbox.xml.cfm ReinitPassword? setting.

This should be fixed ASAP.

How To Reproduce:

set password in coldbox.xml.cfm
<Setting name="ReinitPassword?" value="mypasswordkey"/>
set application mode to production then try to reload with url/form parameters.

Change History

Changed 2 years ago by lmajano

  • status changed from new to closed
  • resolution set to invalid

The way to reinit is via the fwreinit variable Sana. Reinitpass doesn't exist!! :)

fwreinit=reinitpassword

Changed 2 years ago by sullah

thanks Luis, not sure why reinitpass comes in my mind. I will try to find this url info (index.cfm?fwreinit=true&reinitpass=mypasswordkey) might be somewhere I saw this.

Note: See TracTickets for help on using tickets.