Ignore:
Timestamp:
2006/09/12 15:35:28 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/forgot/index.php

    r4608 r4637  
    6868            // DB¤ò½ñ¤­´¹¤¨¤ë 
    6969            $sql = "UPDATE dtb_customer SET password = ?, update_date = now() WHERE customer_id = ?"; 
    70             $conn->query( $sql, array( crypt($objPage->temp_password) ,$data['customer_id']) ); 
     70            $conn->query( $sql, array( sha1($objPage->temp_password . ":" . AUTH_MAGIC) ,$data['customer_id']) ); 
    7171             
    7272            // ´°Î»²èÌ̤Îɽ¼¨ 
Note: See TracChangeset for help on using the changeset viewer.