tollwerk / tw-backend-auth
Restrict backend authentication to given IP addresses
Package info
github.com/tollwerk/TYPO3-ext-tw_backend_auth
Type:typo3-cms-extension
pkg:composer/tollwerk/tw-backend-auth
v1.0.0
2026-09-07 12:33 UTC
Requires
- php: >=8.3
- typo3/cms-core: ^12.4 || ^13.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Extends the TYPO3 backend authentication to restrict admins and regular backend users to given IP addresses.
Installation
- Install the extension with composer.
composer require tollwerk/tw-backend-auth
Usage
Inside the TYPO3 Install Tool, go to Maintenace > Extension Configuration > tw_backend_auth to restrict admin or regular backend users to one or multiple IP addresses.
The default value for both is *, which means that there are no restrictions.