Skip to content

Login (en)

PhiTux edited this page Oct 27, 2023 · 1 revision

First of all: Schoco has a light and dark mode 😉 Only images of the dark mode are shown here.

Also as an important preface: Almost every button that could potentially have dangerous or far-reaching consequences is provided with an explanation that appears initially. Therefore, practically every function can be "tested" (=pressed) relatively safely to check what would happen.

  1. At the very beginning, of course, you cannot log in on the login page due to the lack of user accounts. Therefore, a teacher account must first be created. Teacher accounts can only be created via the login page and always require an additional teacher key, which is set by the administrator in the backend.

  2. Afterwards, you can log in with the newly created teacher account. You will then see an empty 'Home' page.

After logging in, every user can always change their password and log out in the top right corner.

Now it would be tempting to create a new (first) Java project directly with the visible button. However, I recommend starting with user management in the top navigation bar.

-> Continue with user management