koninklijke-collective / my_user_management

TYPO3 Extension: User Management
https://typo3.org/extensions/repository/view/my_user_management
7 stars 20 forks source link

Error 503 if non-admin user uses "go back" button in BackendUserController->showAction #69

Open mz-aimcom opened 2 years ago

mz-aimcom commented 2 years ago

Bug Report

Prerequisites

Description

As non-admin user: Using "Go back" button in "Show details" for a user ends in an error 503.

Steps to Reproduce

  1. Navigate to "User Admin".
  2. Click "Show details" for a user.
  3. In detail view click "Go back" (↵) button on the top left.

Expected behavior: Go back to the list view.

Actual behavior: Error 503

mz-aimcom commented 2 years ago

Possible solution: See pull request #70.