Added XMPP support (#4679)

This commit is contained in:
Ylian Saint-Hilaire 2022-10-28 12:42:42 -07:00
parent 33b61bc3ee
commit 65c4b9c50a

View File

@ -130,9 +130,9 @@ As an administrator you can turn off use of messaging for 2FA using the followin
"domains": {
"": {
"title": "My Server",
"passwordRequirements": {
"msg2factor": false
}
"passwordRequirements": {
"msg2factor": false
}
}
}
}