mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
browser: Handle proper login errors. (#3518)
Also additionally log the remote address. Fixes #3514
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user