From 5bf424036ec1c73c728769e2df9a2382647c6c34 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 25 Oct 2021 11:26:53 +0200 Subject: [PATCH] Fix small typos in publicpage.rst --- developer_manual/digging_deeper/publicpage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/publicpage.rst b/developer_manual/digging_deeper/publicpage.rst index e0bc9551e..31f8e32d1 100644 --- a/developer_manual/digging_deeper/publicpage.rst +++ b/developer_manual/digging_deeper/publicpage.rst @@ -92,7 +92,7 @@ On some pages password authentication might be required (just like the when you share a file via public link with a password). In this case you need to extend a different provider. -The AuthPublicShareController requiers in addition to the PublicShareController that +The AuthPublicShareController requires in addition to the PublicShareController that you also implement the ``verifyPassword`` and ``showShare`` functions. .. code-block: php @@ -148,7 +148,7 @@ you also implement the ``verifyPassword`` and ``showShare`` functions. Additionally you can overwrite the ``showAuthenticate`` and ``showAuthFailed`` functions -if you do now want to use the default authentication pages. +if you do not want to use the default authentication pages. The ``authFailed`` and ``authSucceeded`` functions can be overwritten as well and are called depending on the if authentication passed or not. You can handle additional logging