Ignore:
Timestamp:
2011/01/19 18:02:59 (13 years ago)
Author:
kotani
Message:

#880(mobile/sphoneディレクトリを削除)に対応。会員登録時、パスワードを2重に暗号化してしまう不具合改修。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php

    r19975 r19979  
    209209        // 登録データの作成 
    210210        $sqlval['birth'] = SC_Utils_Ex::sfGetTimestamp($arrRet['year'], $arrRet['month'], $arrRet['day']); 
    211          
    212         // パスワードの暗号化 
    213         $sqlval["password"] = sha1($arrRegist["password"] . ":" . AUTH_MAGIC); 
    214211 
    215212        // 重複しない会員登録キーを発行する。 
     
    226223            $sqlval["status"] = "2";                // 本会員 
    227224        } 
    228          
     225 
    229226        /* 
    230227          secret_keyは、テーブルで重複許可されていない場合があるので、 
     
    240237            $sqlval['mobile_phone_id'] =  SC_MobileUserAgent::getId(); 
    241238        } 
    242         
     239 
    243240        //-- 登録実行 
    244241        $objQuery->begin(); 
Note: See TracChangeset for help on using the changeset viewer.