Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-27 13:15:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-27 13:15:23 +0300
commit84923aa71b86076e63d406f0e425e033597ffd01 (patch)
tree30ff6e753f0a0b56f97b2270811e1dcc51358716
parent8c6c513a9354cb31211a961f0505c13b3212209c (diff)
Document Telegram gateway setup
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--doc/admin/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/admin/README.md b/doc/admin/README.md
index c8c6ae6..9aad205 100644
--- a/doc/admin/README.md
+++ b/doc/admin/README.md
@@ -28,9 +28,9 @@ occ twofactorauth:gateway:configure signal
Url: https://www.telegram.org/
Stability: Unstable
-Uses Telegram messages for sending a 2FA code
+In order to send messages via the Telegram network, you have to register a [Telegram Bot](https://core.telegram.org/bots). This bot is used to send authentication codes to users after they have initiated a conversation and entered their Telegram ID.
-Interactive admin configuration:
+Once you've got your bot's token, follow the interactive configuration command:
```bash
occ twofactorauth:gateway:configure telegram
```