Commit cd5c757e authored by Martin Juhás's avatar Martin Juhás
Browse files

* change header

* remove extra lines

* add api as an option for creating users
parent 7a91ef77
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -84,8 +84,20 @@ The CSV file can be also used for the bulk adding of a new tags. If the platform
only adds new tags for such users. Meaning that if you modify tags in a CSV that you already used
for the account creations you will achieve bulk adding of a new tags (no other fields will be changes).

This requires access to an SMTP server.

### Through the web interface

It is also possible to create individual user accounts through the API.
This is accessible through the frontend on the `Users` page if you have `INSTRUCTOR` or `ADMIN` role.
Once created, the server sends an invitation email with credentials to the given email address.

Also requires access to an SMTP server.

### Manually using CLI

**Important**: This is the only way to create users without an SMTP server.

Another way of adding users is manually via the console:

- List the running Docker containers to find the **NAME** of the backend container: