Actions
Feature #90778
closedIntegrate sudo mode for user tables
Start date:
2020-03-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:
Description
Brief description¶
- in TYPO3 backend
- before modifications to user-related records are persisted, the system shall request a password confirmation ("sudo mode")
- this procedure currently focuses on user-permissions only, but could be extended for data-privacy aspects as well
Components¶
- modifications of TYPO3 v10 and v9 in order to support replaying a request based on a server request instruction (see patch)
- actual implementation as TYPO3 extension at https://github.com/FriendsOfTYPO3/sudo-mode (experimental currently)
References¶
Screenshots¶
Backend admin is editing another backend user - before changes are persisted the following password confirmation dialog needs to be completed.
Files
Actions