Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
58aff6b1
Commit
58aff6b1
authored
Jan 21, 2021
by
David Steeb
Browse files
[TASK] Redirect to login on logout on access restricted page
Related: T3DEMO-299
parent
adf271b6
Pipeline
#10274
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Resources/Private/Pages/Partials/Header.html
View file @
58aff6b1
...
...
@@ -106,7 +106,7 @@
</f:link.page>
</f:then>
<f:else>
<f:link.page
pageUid=
"{settings.
startpage
}"
additionalParams=
"{logintype: 'logout'}"
class=
"b_button b_button--secondary umami--click--button-frontend-logout"
>
<f:link.page
pageUid=
"{settings.
login
}"
additionalParams=
"{logintype: 'logout'}"
class=
"b_button b_button--secondary umami--click--button-frontend-logout"
>
<f:translate
key=
"login.logout"
extensionName=
"site_t3demo"
/>
</f:link.page>
</f:else>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment