From 909e10f308e7cda8fdbdea9f6f853dd11cf0f6a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Jeandel Date: Tue, 25 Aug 2020 10:32:28 +0200 Subject: [PATCH] Information about using ID/Tokens instead of Login/Password --- Section-RocketChat-(basic).md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Section-RocketChat-(basic).md b/Section-RocketChat-(basic).md index e82b2bc..59a6ba0 100644 --- a/Section-RocketChat-(basic).md +++ b/Section-RocketChat-(basic).md @@ -4,9 +4,11 @@ #REQUIRED (when not using webhooks) Server="https://yourrocketchatserver.domain.com:443" -#login/pass of your bot. (login needs to be the login with email address! user@domain.com) -#Use a dedicated user for this and not your own! +#login information for your bot #REQUIRED (when not using webhooks) +#You can use either Login/Password (login needs to be the login with email address! user@domain.com) +#or Login/Token. In this case, Login is actually your ID +#Use a dedicated user for this and not your own! Login="yourlogin@domain.com" Password="yourpass"