Changeset 4637 for temp/trunk/html/forgot/index.php
- Timestamp:
- 2006/09/12 15:35:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/forgot/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/forgot/index.php
r4608 r4637 68 68 // DB¤ò½ñ¤´¹¤¨¤ë 69 69 $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']) ); 71 71 72 72 // ´°Î»²èÌ̤Îɽ¼¨
Note: See TracChangeset
for help on using the changeset viewer.
