rovitch/page-password
Composer 安装命令:
composer require rovitch/page-password
包简介
PagePassword provides a simple way to restrict access to specific pages and their sub-pages with password authentication.
README 文档
README
Overview
PagePassword provides a simple way to restrict access to specific pages and their sub-pages with password authentication. This extension allows you to create password-protected sections or entire page trees within your TYPO3 website. Perfect for creating member areas, work-in-progress sections, pre-production environments, or any content that requires basic access control at the page level.
Features
- 🔒 Page-level protection: Secure individual pages and their subpages with custom passwords
- 🛡️ Easy setup: Simple configuration through TYPO3 backend
- 🎨 Customizable: Flexible styling
- 🌐 Multi-language support: Works with TYPO3 localization
- ⚡ Performance optimized: Minimal impact on site performance
Customization
- Enable/disable dark mode
- Choose your own logo for both light and dark mode
- Choose your own primary color for both light and dark mode
- More coming soon...
What's next?
Typo3 v14 compatibilitysee #437f8a9 and #0223978Enhanced documentationsee #730f45a and #faa0c44Loggingsee #b1397bdRate limitersee #c1ccaef and #0159765- Backend module overview
- More customizations
Requirements
- TYPO3 12.4 LTS or higher
- PHP 8.2 or higher
Installation
Via composer
composer require rovitch/page-password
Go to maintenance -> Analyze Database Structure and apply database changes
Setup
See initial setup
Development
# Install dependencies
make install
Running tests
# Run all tests make test
# Run rector and cgl fixes
make fix
Building assets
# Install dependencies npm install # Build css for development npx tailwindcss -i ./Resources/Private/Css/tailwind.css -o ./Resources/Public/assets/css/main.min.css --watch # Build css for production npx tailwindcss -i ./Resources/Private/Css/tailwind.css -o ./Resources/Public/assets/css/main.min.css --minify # Build typescript webpack --config webpack.config.js
统计信息
- 总下载量: 1.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-07-06
