Changeset 21442 for branches/version-2_12-dev/data/class/SC_Customer.php
- Timestamp:
- 2012/02/06 11:27:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Customer.php
r21441 r21442 52 52 53 53 // パスワードが合っていれば会員情報をcustomer_dataにセットしてtrueを返す 54 if (SC_Utils_Ex::sfIsMatchHashPassword($pass, $data['password'], $data['salt']) ) {54 if (SC_Utils_Ex::sfIsMatchHashPassword($pass, $data['password'], $data['salt'])) { 55 55 $this->customer_data = $data; 56 56 $this->startSession(); … … 150 150 151 151 // パスワードが合っている場合は、会員情報をcustomer_dataに格納してtrueを返す。 152 if (SC_Utils_Ex::sfIsMatchHashPassword($pass, $data['password'], $data['salt']) ) {152 if (SC_Utils_Ex::sfIsMatchHashPassword($pass, $data['password'], $data['salt'])) { 153 153 $this->customer_data = $data; 154 154 $this->startSession();
Note: See TracChangeset
for help on using the changeset viewer.
