in2code / femanager
现代TYPO3前端用户注册。
8.1.0
2024-05-09 17:12 UTC
Requires
- php: >=8.1
- ext-json: *
- ext-pdo: *
- symfony/config: ^6.1
- typo3/cms-core: ^12.3.0
Requires (Dev)
- behat/behat: ^3.12
- behat/mink-selenium2-driver: ^1.6
- drevops/behat-screenshot: ^1.2
- friends-of-behat/mink-browserkit-driver: ^1.6
- friends-of-behat/mink-extension: ^2.7
- friendsofphp/php-cs-fixer: ^3.14
- genesis/behat-fail-aid: ^3.7
- helhum/typo3-console: ^8.0.0
- helmich/typo3-typoscript-lint: ^3.1
- michielroos/typo3scan: ^1.7
- mikey179/vfsstream: ^1.6
- phpmd/phpmd: ^2.13
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10
- saschaegerer/phpstan-typo3: ^1.8
- se/selenium-server-standalone: ^3.141
- ssch/typo3-rector: ^1.2
- typo3/cms-adminpanel: ^12.3.0
- typo3/cms-backend: ^12.3.0
- typo3/cms-belog: ^12.3.0
- typo3/cms-beuser: ^12.3.0
- typo3/cms-dashboard: ^12.3.0
- typo3/cms-extbase: ^12.3.0
- typo3/cms-extensionmanager: ^12.3.0
- typo3/cms-felogin: ^12.3.0
- typo3/cms-filelist: ^12.3.0
- typo3/cms-fluid: ^12.3.0
- typo3/cms-fluid-styled-content: ^12.3.0
- typo3/cms-frontend: ^12.3.0
- typo3/cms-info: ^12.3.0
- typo3/cms-install: ^12.3.0
- typo3/cms-lowlevel: ^12.3.0
- typo3/cms-recordlist: ^12.3.0
- typo3/cms-recycler: ^12.3
- typo3/cms-rte-ckeditor: ^12.3.0
- typo3/cms-scheduler: ^12.3.0
- typo3/cms-setup: ^12.3.0
- typo3/cms-t3editor: ^12.3.0
- typo3/cms-tstemplate: ^12.3.0
- typo3/testing-framework: ^8.0
Replaces
- typo3-ter/femanager: 8.1.0
- 8.1.0
- 8.0.1
- 8.0.0
- v7.x-dev
- 7.3.0
- 7.2.3
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.1
- 7.1.0
- 7.0.1
- 7.0.0
- v6.x-dev
- 6.4.0
- 6.3.6
- 6.3.5
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.1
- 6.2.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.1
- 6.0.0
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.3.0
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- dev-l10n_main
- dev-main
- dev-feature/552_support-symfony7
- dev-feature/jquery-direct-include
- dev-feature/bootstrap-direct-include
- dev-bugfix/validation-non-object
- dev-feature/github-issue-518-redirectbyaction
This package is auto-updated.
Last update: 2024-09-14 12:09:11 UTC
README
基于非常灵活的配置和TYPO3 11.5 LTS及更高版本,并具有扩展性的TYPO3前端用户注册和管理扩展。扩展基本上像sr_feuser_register或其他任何前端用户注册一样工作。
支持
此TYPO3扩展免费使用。作为in2code和我们公司的开发者,我们非常重视您的反馈,并努力改进我们的扩展。为此,in2code每月提供额外的两天用于编码和开发(编码之夜和疯狂星期五)。在这些日子里,我们的20多名开发者将花时间改进和更新此扩展和其他扩展。
您可以通过这里支持我们的工作。
非常感谢。
您的in2code团队
快速安装
请查看https://docs.typo3.org/typo3cms/extensions/femanager/ 的手册以获取大量文档。
快速指南
- 只需安装此扩展 - 例如
composer require in2code/femanager
或下载它或以经典方式(扩展管理器)安装它。 - 清除缓存
- 为您的前端用户和用户组添加一个sys文件夹(或将其分离)
- 添加一个新页面内容为插件类型,并选择femanager
- 将存储页面设置为新的sys文件夹
哪个femanager适用于哪个TYPO3和PHP?
您的贡献
拉取请求总是受欢迎!请注意以下要求
- 单元测试必须仍然工作
- 行为测试必须仍然工作
- 描述如何测试您的拉取请求
- 必须遵守TYPO3编码规范
- 错误修复:请描述您的修复解决了哪种类型的错误,并告诉我们如何重现问题。我们只接受可以重现的错误修复。
- 功能:并非每个功能都对大量用户都有意义。此外:我们不希望为了边缘案例功能而使扩展在可用性上变得更加复杂。在讨论新功能之前请先讨论。
分支
- Main:针对最新LTS版本(目前为TYPO3 12的版本)
- V7:为TYPO3 11的版本7
- V6:为TYPO3 10的版本6
- V5:为TYPO3 9的版本5
- V2:为TYPO3 8的版本2
使用ddev进行贡献
要求
- 安装ddev,请参阅:https://ddev.readthedocs.io/en/stable/#installation
- 安装git-lfs,请参阅:https://git-lfs.github.com/
安装
- 克隆此存储库
- 运行
ddev start
- 运行
ddev initialize
以设置配置和测试数据库