From 5b3d764167ec8d12c90befb608bfa936768cb4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 3 Nov 2023 12:55:20 +0100 Subject: [PATCH] Wiki => Login: Add mention that permissions section may differ --- Wiki/UserDocumentation/1-Authentification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Wiki/UserDocumentation/1-Authentification.md b/Wiki/UserDocumentation/1-Authentification.md index aab265a..5c7a45c 100644 --- a/Wiki/UserDocumentation/1-Authentification.md +++ b/Wiki/UserDocumentation/1-Authentification.md @@ -16,7 +16,7 @@ At this time the cli opens a web browser to the Gitlab login page. Once you are **Note:** If you want to use the cli in a headless environment you can use the `--cli` option. In this case you will be provided with a link to copy/paste in your browser. -Once, the authorization is done, the cli will retrieve the Gitlab token and will try to login to the Dojo backend. If everything is ok you will see the following output: +Once, the authorization is done, the cli will retrieve the Gitlab token and will try to login to the Dojo backend. If everything is ok you will see the following output (the permissions section may differ depending on your account): ```console Please wait while we login you into Dojo... ℹ Login with Gitlab (https://gitedu.hesge.ch/): @@ -37,7 +37,6 @@ Please wait while we login you into Dojo... ``` - ## Test if it is working ```bash dojo session test -- GitLab