Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 13.1 KB

File metadata and controls

84 lines (72 loc) · 13.1 KB

Femanager

Funktionen

Frontend-User Registration

Feature State in TYPO3v13 Testcase URL
One step registration with autologin not tested
Main configuration with Flexform not tested
User confirmation (Double-Opt In) (optional) not tested
Administration confirmation (optional) not tested
Refuse and Silent Refuse not tested
Fill email field with username (optional) not tested
Redirect with TypoScript standardWrap (optional) not tested
Prefill Formfields via TypoScript standardWrap (optional) not tested
Multiple Validation Possibilities (JavaScript and PHP) (required, email, min, max, intOnly, lettersOnly, unicodeLettersOnly, uniqueInPage, uniqueInDb, mustInclude(number,letter,special), inList(1,2,3)) not tested
Same PHP Methods for JavaScript and PHP Validation not tested
Simply extend validation methods with your extension not tested
Override a lot of Email settings with TypoScript if needed not tested
Set mail attachments or embeded images not tested
Override field values on every single step (e.g. push user to usergroup1 and if he is ready confimed push him to usergroup2) not tested
Send user values to a third party software (e.g. a CRM like salesforce) not tested
Store values in other database tables (e.g. tt_address) not tested
Add Captcha (sr_freecap) for spam prevention not tested

Resend User Confirmation Request

Feature Comment State in TYPO3v13 Testcase URL
Show resend link Reworkm the function, atm the link is displayed in any case. This must be narrowed to users which are really not confirmed not tested
Resend link for an not approved registration not tested
Display error on approved mail not tested

Edit Profile

Feature State in TYPO3v12 Testcase URL
Main configuration with Flexform not tested
Administration confirmation for change request (optional) not tested
Refuse and Silent Refuse not tested
Fill email field with username (optional) not tested
Prefill Formfields via TypoScript standardWrap (optional) not tested
Multiple Validation Possibilities (JavaScript and PHP) (required, email, min, max, intOnly, lettersOnly, unicodeLettersOnly, uniqueInPage, uniqueInDb, mustInclude(number,letter,special), inList(1,2,3)) not tested
Same PHP Methods for JavaScript and PHP Validation not tested
Simply extend validation methods with your extension not tested
Override a lot of Email settings with TypoScript if needed not tested
Set mail attachments or embeded images not tested
Delete profile with TypoScript redirect not tested
Notify Admin on changes not tested https://femanager.ddev.site/edit/small/admin-notify

Invitation

Feature State in TYPO3v13 Testcase URL
Admin could create a new User in Frontend not tested
The new user receives a mail with a secured link, which leads to a password generation form not tested
Same validations as in edit and new not tested
A lot of configuration possibilities with TypoScript not tested

Backend Module

Feature State in TYPO3v13 Testcase URL
Fulltext search for fe_users not working
Hide and delete of fe_users via AJAX not working
Shows Login status not working
Logout of a frontend user not working

General

Feature State in TYPO3v13 Testcase URL
Logging of every change not tested
Saltedpasswords support not tested
List FE-Users in the frontend not tested
Show a user profile in frontend not tested
jQuery include must activate via constants (per default no extra jQuery inclusion) not tested
Show fe_user crdate and tstamp for editors not tested
Store values in other database tables (e.g. tt_address) not tested
Save password as md5 or sha1 per default not tested
HTML with twitter bootstrap classes to reduce integration time not tested
Supports static_info_tables not tested
Extend this extension with new validators or new fields in fe_users (see example in best practice section) or use some SignalSlots not tested
Extension uses namespaces (so TYPO3 version .0 or higher is needed) not tested