evoweb / sf-register
Frontend User Registration: Offers the possibility to maintain the fe_user data in frontend.
Fund package maintenance!
garbast
www.paypal.me/garbast
Installs: 127 975
Dependents: 3
Suggesters: 1
Security: 0
Stars: 13
Watchers: 5
Forks: 45
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.1
- doctrine/annotations: ^1.13.3 || ^2.0
- doctrine/dbal: ^4.1
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^2.0 || ^3.0
- symfony/console: ^7.1
- typo3/cms-backend: ^13.2 || 13.3.x-dev || dev-main
- typo3/cms-core: ^13.2 || 13.3.x-dev || dev-main
- typo3/cms-extbase: ^13.2 || 13.3.x-dev || dev-main
- typo3/cms-fluid: ^13.2 || 13.3.x-dev || dev-main
- typo3/cms-frontend: ^13.2 || 13.3.x-dev || dev-main
- webmozart/assert: ^1.11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64.0
- friendsoftypo3/phpstan-typo3: ^0.9.0
- phpstan/phpstan: ^1.12.5
- phpunit/phpunit: ^11.0.3
- typo3/cms-install: ^13.2 || 13.3.x-dev || dev-main
- typo3/testing-framework: dev-main
Suggests
- evoweb/recaptcha: ^14.0
- sjbr/static-info-tables: dev-master
- typo3/cms-install: ^13.2 || 13.3.x-dev || dev-main
- dev-develop
- 13.0.1
- 13.0.0
- 12.x-dev
- 12.0.1
- 12.0.0
- 11.x-dev
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.0
- 10.x-dev
- 10.2.0
- 10.1.7
- 10.1.6
- 10.1.5
- 10.1.4
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0
- 10.0.2
- 10.0.1
- 10.0.0
- 9.4.x-dev
- 9.4.1
- 9.4.0
- 9.3.0
- 9.2.0
- 9.1.0
- 9.0.0
- 8.8.x-dev
- 8.8.6
- 8.8.5
- 8.8.4
- 8.8.3
- 8.8.2
- 8.8.1
- 8.8.0
- 8.7.3
- 8.7.2
- 8.7.1
- 8.7.0
- 6.2.x-dev
- 6.2.9
- dev-main
This package is auto-updated.
Last update: 2024-11-23 11:18:54 UTC
README
Documentation & help
The rendered manual can be found here: https://docs.typo3.org/p/evoweb/sf-register/main/en-us/
Repository and Issue Tracker can be found at https://github.com/evoWeb/sf_register
Installation
via Composer
The recommended way to install sf_register is by using Composer:
composer require evoweb/sf-register
Installation from TYPO3 Extension Repository
An installation via TER is discouraged.
Features
Suits all your needs to handle frontend users like register new users, edit data and change password.
- creating frontend user
- flexible form generation by selecting fields in plugin
- send notification to user and admin
- activate via link in email by user or admin
- notification email after activation
- configure email addresses for user and admin mails separately
- set different usergroup pre and post activation
- agree to general terms and conditions as checkbox
- old password verification before setting new password
- password strength indicator without need of any js lib
- email/password repeat validation
- profile image upload, remove and edit with plain or encrypted filename
- country as selectbox (values from static_info_tables)
- country zone as selectbox (values from static_info_tables)
- country zone change with ajax if country selectbox changed
- language as selectbox (values from static_info_tables)
- gender as radiobox
- title as textbox and selectbox
- pseudonym
- timezone as selectbox
- daylight saving as checkbox
- privacy agreement as checkbox
- salutation as radiobuttons and selectbox
- birthdate as selectboxes
- captcha with integration of existing captcha extensions
- configuration email as username
- custom validators
- user model
- captcha
- required
- repeat
- custom viewhelpers
- required
- captcha
- static info tables selectboxes
- edit user data
- delete user account
- change password
- invite user to register
- different template file for every form, preview, save and email view, configurable to be overridden in sitepackages
- override template rootpath in plugin
If all that is already in, what is missing?
- complete documentation
- ajax handling
- javascript validators without jquery
- model is extendable by other extensions
- better extendability of frontend user model, well this needs some love in extbase
- multistep creation and editing
How could you help?
- file issues about bugs and if you already have a solution send the patch in
- sponsor features you are in need of
Homepage https://www.evoweb.de/