Feature #90778
closedIntegrate sudo mode for user tables
0%
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
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Markus Klein over 4 years ago
- Subject changed from Integrate sudo modo for user tables to Integrate sudo mode for user tables
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Gerrit Code Review over 4 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63763
Updated by Oliver Hader over 4 years ago
- Status changed from Under Review to Rejected
No core changes required, sudo-mode handling happens in extension https://github.com/FriendsOfTYPO3/sudo-mode