diff --git a/developer_manual/basics/events.rst b/developer_manual/basics/events.rst index 5439366c1..e2ed64b78 100644 --- a/developer_manual/basics/events.rst +++ b/developer_manual/basics/events.rst @@ -216,6 +216,11 @@ Emitted before the rendering step of each TemplateResponse. The event holds a fl Emitted when the authentication fails, but only if the login name can be associated with an existing user. +``\OCP\Authentication\TwoFactorAuth\TwoFactorProviderDisabled`` +*********************************************** + +*Available in Nextcloud 20 and later.* + ``\OCP\Contacts\Events\ContactInteractedWithEvent`` ***************************************************