diff --git a/exec/json-service.js b/exec/json-service.js index 8b6d1aad9aa77758ce5c9944cf6f7beda6a7c8e1..3292d8b126e4f9457f24fc66ef450636bdf997ae 100644 --- a/exec/json-service.js +++ b/exec/json-service.js @@ -1,3 +1,5 @@ +/* $Id$ */ + load("event-timer.js"); load("json-sock.js"); load("json-db.js"); @@ -404,8 +406,6 @@ admin = new (function() { return false; } var usr = new User(usernum); - var pass = md5_calc(usr.security.password,true); - if(md5_calc(usr.security.password,true) != pw) { error(client,errors.INVALID_PASSWORD); return false;