jambagecom / agency
An improved variant of Kasper Skårhøj's Front End User Admin extension
Installs: 7
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- friendsoftypo3/rdct: ^2.0
- friendsoftypo3/typo3db-legacy: ^1.1
- jambagecom/div2007: ^1.17
- typo3/cms-core: ^11.5 || ^12.4
Suggests
- sjbr/static-info-tables: ^11.5 || ^12.4
- typo3/cms-felogin: ^11.5 || ^12.4
Replaces
- typo3-ter/agency: v0.12.0
README
What is does
This extension provides methods to register front end users in the TYPO3 table fe_users. Use the forum at https://www.jambage.com to ask questions and find answers. A documentation manual.sxw is available in the doc folder.
Compatibility
TYPO3 12 has new requirement for front end user passwords
- At least 8 chars
- At least one number
- At least one upper case char
- At least one special char
However the password cannot be checked, because it is transfered to the server in an encrypted form.