mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03: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