From 6221deb4f7a1c5a6ece8b9db6347c2dab6f62e32 Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Mon, 21 Oct 2024 11:53:52 +0200 Subject: [PATCH] Typo --- .../authorization/authorizationMethodsAndRoles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advancedDevelopment/authorization/authorizationMethodsAndRoles.rst b/docs/source/advancedDevelopment/authorization/authorizationMethodsAndRoles.rst index 720b7cae..ac790eed 100644 --- a/docs/source/advancedDevelopment/authorization/authorizationMethodsAndRoles.rst +++ b/docs/source/advancedDevelopment/authorization/authorizationMethodsAndRoles.rst @@ -33,4 +33,4 @@ The overview of which roles exist is not only relevant for Frank developers, but .. NOTE:: - With the ``IN_MEMORY`` authentication mechanism, no role list can be supplied. When a user authenticates by this mechanism, he is give every role and he can therefore access every feature of the configured interface. \ No newline at end of file + With the ``IN_MEMORY`` authentication mechanism, no role list can be supplied. When a user authenticates by this mechanism, he is given every role and he can therefore access every feature of the configured interface. \ No newline at end of file