dev-master
9999999-devBasic authentication (htaccess) support for frontend pages
GPL-2.0
The Development Requires
- phing/phing ^2.16
- phpunit/phpunit ^6.0.8
- phpunit/php-code-coverage ~5.0
- squizlabs/php_codesniffer ^2.8.1
by Nico Blum
Basic authentication (htaccess) support for frontend pages
Adds basic authentication (htaccess) support for Typo3 frontend pages. This may be useful for staging or development environments., (*1)
The extension should not be used to protect high confidential data. Other extension, your own code or misconfiguration may disable the access protection on the hole website or some sub pages., (*2)
Run composer require bitexpert/typo3-basic-authentication
, (*3)
"bitExpert\\Basicauth\\": "web/typo3conf/ext/basicauth/Classes"
The access protection is disabled by default.
The activation is handled by a file named BASIC_AUTH_ENABLED
in the typo3conf
folder., (*4)
Due this file it is possible to enable/disable the protection due scripts, easily., (*5)
The protection can be toggled in the CMS administration ADMIN TOOLS -> Basic Auth
menu., (*6)
All backend users (active and not deleted) are able to authenticate with their credentials., (*7)
Basic authentication (htaccess) support for frontend pages
GPL-2.0