diff --git a/Wiki/UserDocumentation/1-Authentification.md b/Wiki/UserDocumentation/1-Authentification.md
index 16cc47b58011111d6c215585d4618cdfc1ffcc08..8b1f285d7df035ef9c8eb78da4dba8f26708d69b 100644
--- a/Wiki/UserDocumentation/1-Authentification.md
+++ b/Wiki/UserDocumentation/1-Authentification.md
@@ -13,6 +13,7 @@ Please wait while we are logging in you to Dojo...
     ✔ Teaching staff permissions
     ✔ Student permissions
 ```
+
 2. Register the API token (see below) for Gitlab
 ```bash
 dojo session gitlab login <token>
diff --git a/Wiki/UserDocumentation/3-Exercise-creation.md b/Wiki/UserDocumentation/3-Exercise-creation.md
index a4e8a191cdfca15dcd99a9a48a01590af1cad633..29817fb37e5441833e1c0da61b9f41557d6d0c2e 100644
--- a/Wiki/UserDocumentation/3-Exercise-creation.md
+++ b/Wiki/UserDocumentation/3-Exercise-creation.md
@@ -25,6 +25,7 @@ Please wait while we are creating the exercise...
     ℹ HTTP Repo: https://gitedu.hesge.ch/dojo/exercise/dojo-ex_unique_name_some-long-hash.git
     ℹ SSH Repo: ssh://git@ssh.hesge.ch:10572/dojo/exercise/dojo-ex_unique_name_some-long-hash.git
 ```
+**Tips**: You cas use the --members_username or --members_id options to add other students of the group to the exercise.
 2. Make changes and try solving the exercise.
 3. The complete tests can be run with the following command.
 ```bash