Skip to content

Commit

Permalink
Update Documentation/FAQ/Index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm authored Jul 19, 2023
1 parent e1a3d98 commit 6710a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/FAQ/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ The solution:

If the root page is a shortcut, the destination MAY NOT be access restricted! This can e. g. be achieved in the following way.

* The root page is a shortcut to the first subpage.
* The first subpage is the login page, which is not access restricted. Instaed this page gets hidden if a user is logged in. And it redirects to the next access restricted page or subtree after successful login.
* The root page is a shortcut to the first sub-page.
* The first sub-page is the login page, which is not access restricted. Instead this page gets hidden if a user is logged in. And it redirects to the next access restricted page or sub-tree after successful login.
* The next subpage is the access restricted page or subtree.

This way already logged in users will be redirected directly to the restricted page / subtree, because the login page is hidden and so the restricted page is the first subpage now.

0 comments on commit 6710a05

Please sign in to comment.