commit | 7c3e8c1d0c24f499c7140b8df6ed8114597514c1 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Mar 28 16:16:58 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Apr 02 16:00:04 2018 +0000 |
tree | bbf05d3bb878ce180c5073bfd5ca013d9c8ef291 | |
parent | 959d8c1f2da703bcb5dbfcc919178d38db8609ae [diff] |
Return http promise on testPassword Instead of creating a new promise with q.defer(), just return the http promise. This is much simpler and the recommended solution. Tested: Changed the password and verified the wrong old password returned an error on a Witherspoon. Change-Id: I1b412426da58ec3185f6d83bd53fdc984c7785e8 Signed-off-by: Gunnar Mills <gmills@us.ibm.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.