mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
remove a debug message
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Services.AuthenticationService
|
||||
string hashed = Util.Md5Hash(password + ":" +
|
||||
data.Data["passwordSalt"].ToString());
|
||||
|
||||
m_log.DebugFormat("[PASS AUTH]: got {0}; hashed = {1}; stored = {2}", password, hashed, data.Data["passwordHash"].ToString());
|
||||
// m_log.DebugFormat("[PASS AUTH]: got {0}; hashed = {1}; stored = {2}", password, hashed, data.Data["passwordHash"].ToString());
|
||||
|
||||
if (data.Data["passwordHash"].ToString() == hashed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user