Skip to content

Root user

dptole edited this page Jan 17, 2020 · 4 revisions

Root user

Whenever you boot the backend server some checks will be performed. One of them checks if the root user is available. In the negative case a user named "root" will be created with a randomly generated password. You can check its document at /backend/db/users/root, e.g.:

{
  "username": "root",
  "password": "<RANDOM PASSWORD>",
  "id": "<ROOT USER ID>"
}

The root user is responsible for reviewing other users' posts and comments. This feature was added on purpose to make the blog more challenging to implement.

Clone this wiki locally