- ソース を表示
- OpenSim/Login へ行く。
現: 2010-01-09 (土) 22:34:03 iseki ![]() |
|||
---|---|---|---|
Line 1: | Line 1: | ||
+ | *** パスワードの検査 [#hc028318] | ||
+ | - OpenSim/Framework/Communications/Services/LoginService.cs | ||
+ | -- public virtual bool AuthenticateUser(UserProfileData profile, string password) | ||
+ | --- mg5(md5(passwd).":".''passwordSalt'') と ''passwordHash'' が一致 | ||
+ | --- または md5(passwd) と ''passwordHash'' が一致 | ||
+ | --- ''passwordHash'' と ''passwordSalt'' は usersテーブルの項目 |
- OpenSim/Login のバックアップ差分(No. All)
- 現: 2010-01-09 (土) 22:34:03 iseki