visol / userimport
TYPO3 package to imports Excel or CSV data as Frontend Users
Installs: 4 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- phpoffice/phpspreadsheet: ^1.2.0
- typo3/cms-core: ^11.5
This package is auto-updated.
Last update: 2024-12-05 13:12:36 UTC
README
Make sure to upload your files containing user data to a secure folder!
Compatibility and Maintenance
This package is currently maintained for the following versions:
Setup a protected storage folder
- Create a folder /protected/user_upload/userimport in your webroot.
- Create a protected "File Storage" record and set "protected/" as base path and disallow public access.
- Create a "Filemount" record for the folder protected/user_upload/userimport.
- Add the Filemount to a "Backend Usergroup" to allow access for non admin users.
Add your storage folder to the module configuration
Module configuration in the Extension Manager.
Make sure to match the id of your previously created storage folder.
Example entry: <uid-of-your-protected-storage>:/<subfolder>/