Merge branch 'development' into LTS_development
# Conflicts: # src/input/input.cpp # src/output/output.cpp
This commit is contained in:
commit
3f14db4b12
12 changed files with 137 additions and 64 deletions
|
@ -135,7 +135,7 @@ bool Controller::authorize(JSON::Value & Request, JSON::Value & Response, Socket
|
|||
return true;
|
||||
}
|
||||
}
|
||||
if (Request["authorize"]["password"].asString() != "" && Secure::md5(Storage["account"][UserID]["password"].asString()) != Request["authorize"]["password"].asString()){
|
||||
if (Request["authorize"]["password"].asString() != ""){
|
||||
Log("AUTH", "Failed login attempt " + UserID + " from " + conn.getHost());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue