Index: temp/trunk/data/class/SC_Customer.php
===================================================================
--- temp/trunk/data/class/SC_Customer.php	(revision 4608)
+++ temp/trunk/data/class/SC_Customer.php	(revision 4637)
@@ -51,5 +51,5 @@
 		
 		// ¥Ñ¥¹¥ï¡¼¥É¤¬¹ç¤Ã¤Æ¤¤¤ì¤Ð¸ÜµÒ¾ðÊó¤òcustomer_data¤Ë¥»¥Ã¥È¤·¤Ætrue¤òÊÖ¤¹
-		if ( crypt($pass,$data['password'] ) == $data['password'] ){
+		if ( sha1($pass . ":" . AUTH_MAGIC) == $data['password'] ){
 			$this->customer_data = $data;
 			$this->startSession();
