An open API service indexing awesome lists of open source software.

https://github.com/in2code-de/femanager

Modern TYPO3 Frontend User RegistrationTYPO3 Frontend User Registration and Management based on Extbase and Fluid and on TYPO3 (version 8 or newer) and the possibility to extend it to your needs.
https://github.com/in2code-de/femanager

frontend-users registration typo3 typo3-cms-extension

Last synced: about 2 months ago
JSON representation

Modern TYPO3 Frontend User RegistrationTYPO3 Frontend User Registration and Management based on Extbase and Fluid and on TYPO3 (version 8 or newer) and the possibility to extend it to your needs.

Awesome Lists containing this project

README

        

# TYPO3 Extension femanager

TYPO3 Frontend User Registration and Management based on
a very flexible configuration and on TYPO3 (version 8 or newer) with the possibility to extend it.

> :warning: **TYPO3 13 compatibility**\
> See [EAP page (DE)](https://www.in2code.de/agentur/typo3-extensions/early-access-programm/) or [EAP page (EN)](https://www.in2code.de/en/agency/typo3-extensions/early-access-program/) for more information how to get access to a TYPO3 12 version

## Support
This TYPO3 Extension is free to use. We as in2code and our developers highly appreciate your feedback and work hard to improve our extensions.
To do so, in2code provides two extra days per month for coding and developing (Coding Night and Freaky Friday). During these days our more than 20 developers spend their time with improvements and updates for this and other extensions.

You can support our work [here](https://www.in2code.de/extensionsupport).

Thank you very much in advance.

Your in2code Team

## Quick installation

Please look at the manual for a big documentation at
https://docs.typo3.org/typo3cms/extensions/femanager/

Quick guide:
- Just install this extension - e.g. `composer require in2code/femanager` or download it
or install it with the classic way (Extension Manager)
- Clear caches
- Add a sysfolder for your Frontend-Users and Usergroups (or separate it)
- Add a new page content of type plugin and choose femanager
- Set the storage page to the new sysfolder

## Which femanager for which TYPO3 and PHP?

| Femanager | TYPO3 | PHP | Support/Development | Branch |
|-----------|-----------|-----------|-------------------------------------------------------------------|-------|
| 13.x | 13 LTS | 8.2 - 8.4 | Features, Bugfixes, Security Updates | main |
| 8.x | 12 LTS | 8.1 - 8.2 | Bugfixes, Security Updates | v8 |
| 7.x | 11 LTS | 7.4 - 8.1 | Security Updates - If you want feature backports ask for an offer | v7 |
| 6.x | 10 LTS | 7.2 - 7.4 | Security Updates - If you want feature backports ask for an offer | v6 |
| 5.x | 8, 9 LTS | 7.2 - 7.3 | Out of support / security updates on demand (ask for an offer) | v5 |
| 4.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
| 3.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
| 2.x | 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | v2 |
| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | n/a |

## Your Contribution

**Pull requests** are welcome in general! Please note these requirements:
* Unit Tests must still work
* Behaviour Tests must still work
* Describe how to test your pull request
* TYPO3 coding guidelines must be respected

- **Bugfixes**: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going
to accept only bugfixes that can be reproduced.
- **Features**: Not every feature is relevant for the bulk of the users. In addition: We don't want to make the extension
even more complicated in usability for an edge case feature. Please discuss a new feature before.

### Contribution with ddev

#### Requirements

1. Install ddev, see: https://ddev.readthedocs.io/en/stable/#installation
2. Install git-lfs, see: https://git-lfs.github.com/

#### Installation

1. Clone this repository
2. Run `ddev start`
3. Run `ddev initialize` to setup configurations and test database

## Screenshots

Profile creation

Admin confirmation email

Field validation

Profile editing

Additional fields

Plugin configuration

User log