Changeset 1724

Show
Ignore:
Timestamp:
08/20/08 04:52:08 (5 months ago)
Author:
sullah
Message:

Framework Reloading Issue Ticket #530

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/system/coldbox.cfc

    r1663 r1724  
    330330                                else{ 
    331331                                        /* Get the incoming pass from form or url */ 
    332                                         if( structKeyExists(form,"fwreinit") ){ 
    333                                                 incomingPass = form.fwreinit
     332                                        if( structKeyExists(form,"reinitPass") ){ 
     333                                                incomingPass = form.reinitPass
    334334                                        } 
    335                                         else{ 
    336                                                 incomingPass = url.fwreinit; 
     335                                        else{ if(structKeyExists(url,"reinitPass")){ 
     336                                                        incomingPass = url.reinitPass; 
     337                                                  } 
     338                                                  else{ 
     339                                                        incomingPass = ""; 
     340                                                  }      
    337341                                        } 
    338342                                        /* Compare the passwords */ 

Copyright 2006 ColdBox Framework by Luis Majano