Project

General

Profile

Actions

Bug #87895

closed

ViewHelper <f:be.security.ifAuthenticated> does not work for editors

Added by Marco Kuprat about 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-03-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The description says:

Everything inside the <f:be.ifAuthenticated> tag is being displayed if you are authenticated with any BE user account.

This works only if the user is logged in as admin, not if he is logged in as editor.

The method "evaluateCondition" returns:

return isset($GLOBALS['BE_USER']) && $GLOBALS['BE_USER']->user['uid'] > 0;

But $GLOBALS['BE_USER'] is null for editors.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86542: Override admin panel settings does nothingClosed2018-10-02

Actions
Actions #1

Updated by Christian Eßl almost 5 years ago

Has the non-admin user access permissions to the page? (Backend module "System" -> "Access")

Could be related to the problem I described here: https://forge.typo3.org/issues/86542#note-6

Actions #2

Updated by Marco Kuprat almost 5 years ago

Christian Eßl wrote:

Has the non-admin user access permissions to the page? (Backend module "System" -> "Access")

Could be related to the problem I described here: https://forge.typo3.org/issues/86542#note-6

Yes, the editor has access permissions to the page.

Actions #3

Updated by Riccardo De Contardi over 4 years ago

  • Related to Bug #86542: Override admin panel settings does nothing added
Actions #4

Updated by Susanne Moog about 4 years ago

  • Status changed from New to Closed

I just tested with multiple editors, groups and/or admins - the view helper always works when a backend user is logged in. The global var for BE_USER is additionally set independently from users' rights. Going to close the issue now. Please feel free to comment if it pops up again.

Actions

Also available in: Atom PDF