← Extensions
EXT:no_sudo_mode
Bypasses the TYPO3 sudo mode prompt on configured hosts — strictly for local development environments. Never use on production.
TYPO3 12.4.32+ and 13.4.13+ introduced sudo mode (TYPO3-CORE-SA-2025-013) — a password re-confirmation step before sensitive backend operations. This extension skips the prompt on explicitly configured hosts.
For local development environments only. Never install on production or staging systems.
Installation
Install as a dev dependency:
composer require georgringer/no-sudo-mode --dev
Then configure the hosts on which sudo mode should be bypassed.
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS Backend | 12.4.32+ or 13.4.13+ |
| PHP | ≥ 8.1 |