mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Merge pull request #4704 from cgb/patch-3
Fix typo in zulip config snippet
This commit is contained in:
commit
477bc3b8e3
@ -206,9 +206,11 @@ You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"messaging": {
|
"messaging": {
|
||||||
"site": "https://api.zulip.com",
|
"zulip": {
|
||||||
"email": "your-bot@zulip.com",
|
"site": "https://api.zulip.com",
|
||||||
"api_key": "your_32_character_api_key"
|
"email": "your-bot@zulip.com",
|
||||||
|
"api_key": "your_32_character_api_key"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -255,4 +257,4 @@ Notice the `msg2factor` is set to false. In this case, messaging can still be us
|
|||||||
|
|
||||||
For administrators, login reports will show if "Messaging" was used as a second factor for a user login. You can see this in this report:
|
For administrators, login reports will show if "Messaging" was used as a second factor for a user login. You can see this in this report:
|
||||||
|
|
||||||
![](images/MC2-Telegram4.png)
|
![](images/MC2-Telegram4.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user