browser: Handle proper login errors. (#3518)

Also additionally log the remote address.

Fixes #3514
This commit is contained in:
Harshavardhana
2017-01-03 01:33:00 -08:00
committed by GitHub
parent 7bbb532b4b
commit cae62ce543
2 changed files with 23 additions and 2 deletions

View File

@@ -149,6 +149,7 @@ func testLoginWebHandler(obj ObjectLayer, instanceType string, t TestErrHandler)
{"", "foo", false},
{"azerty", "", false},
{"azerty", "foo", false},
{"azerty", "azerty123", false},
{credentials.AccessKey, credentials.SecretKey, true},
}