commit | 0e480f5591bbd87c6c2db97308d97f6bfdba39f5 | [log] [tgz] |
---|---|---|
author | Alexander Filippov <a.filippov@yadro.com> | Tue Mar 20 10:42:26 2018 +0300 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 27 12:10:56 2018 +0000 |
tree | ff9598cca696622658796bbd7eb594a9135bae94 | |
parent | 74b05409417c71855edb2692b429465507ba0a64 [diff] |
Show error message received from server side When an error occurs during authorization, display the error message received from server side instead hardcoded message. Partially resolves openbmc/openbmc#2974 Resolves openbmc/openbmc#3024 Tested: Enter invalid username or password and verify error message Change-Id: I91ca29d5a69e12e12ce490ce3206173de7d41f09 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.