Set ignoreHttpError to false after testPassword

Moved ignoreHttpError to the controller and set it to false after
testPassword.

Tested: Changed the password.
Change-Id: If860c073bcedcfba6a0743ea656c76ff06fd7de0
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2 files changed
tree: d59bf78092f3d5eaa223ff80701af8f3cc481e50
  1. app/
  2. gulp_tasks/
  3. .babelrc
  4. .clang-format
  5. .gitignore
  6. bower.json
  7. gulp-options.js
  8. gulpfile.js
  9. karma.conf.js
  10. LICENSE
  11. MAINTAINERS
  12. package.json
  13. postcss.config.js
  14. README.md
  15. sonar-project.properties
  16. webpack.config.js
README.md

openbmc

UX Design repo for OpenBMC

OpenBMC

TODO: Write a project description

Requirement

nodejs npm

Installation

npm install

Running

npm run-script server

This will run it locally in http://localhost:8080.

Example Usage with OpenBMC

  1. Browse to https://<bmc-ip> and bypass the secure warning. You will see a JSON response with Login required message.
  2. In the same session, navigate to http://localhost:8080. Enter the BMC IP, Username and Password (defaults: root/0penBmc).

Now you are logged in.