diff --git a/canapGEST/API/app/Http/Controllers/AuthController.php b/canapGEST/API/app/Http/Controllers/AuthController.php
index a4551dcc4d402129858e0d4a5be00d82f3f3f9db..a379055706684e74e2696964a7dd9b9ef9a84754 100644
--- a/canapGEST/API/app/Http/Controllers/AuthController.php
+++ b/canapGEST/API/app/Http/Controllers/AuthController.php
@@ -47,8 +47,7 @@ class AuthController extends Controller
     $oClient->SetWantedAttributes(array('uniqueid', 'name', 'firstname', 'where', 'group'));
     $oClient->SetWishedAttributes(array('email', 'title'));
     $oClient->SetCustomFilter('org=EPFL&group=canap-gest-users-dev');
-    // $this->oClient->SetApplicationURL('https://canap-gest.epfl.ch:8443');
-    // $this->oClient->SetApplicationURL('localhost:8000/api/auth/login');
+    // $oClient->SetApplicationURL('https://canap-gest.epfl.ch:8443');
     $oClient->SetApplicationURL('http://canap-gest-dev.local:8080');
     $oClient->Authenticate();
 
diff --git a/canapGEST/Documentation/Captures_autres/interface/erreur_403.PNG b/canapGEST/Documentation/Captures_autres/interface/erreur_403.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..f260c0c6912f2f9e041016904ef1ac24214e5ca1
Binary files /dev/null and b/canapGEST/Documentation/Captures_autres/interface/erreur_403.PNG differ
diff --git a/canapGEST/Documentation/Documentation_administrateur.docx b/canapGEST/Documentation/Documentation_administrateur.docx
index 45757895833075c4daf28fd0218cfcc3a8cda2c8..b6896fbdd9d35cd31933aea7f42d1170f12b64f6 100644
Binary files a/canapGEST/Documentation/Documentation_administrateur.docx and b/canapGEST/Documentation/Documentation_administrateur.docx differ
diff --git a/canapGEST/Documentation/journal_travail.xlsx b/canapGEST/Documentation/journal_travail.xlsx
index 7078266c97cd726736da63548b1bab511b932ef6..fa27c8a57b5cb47a80818e9cb9384cae727291d3 100644
Binary files a/canapGEST/Documentation/journal_travail.xlsx and b/canapGEST/Documentation/journal_travail.xlsx differ