terminusdb / terminusdb-dashboard

Dashboard for TerminusDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard fails locally if you use a different password than 'root'

rrooij opened this issue · comments

Probably some parts are still hardcoded to use root. Instead, we should probably do the following:

  1. Try root first as it is the default for most users
  2. If authentication is unsuccessful, we should instead ask the user to give a password

Open to other suggestions as well.