Skip to content

visol/ext-userimport

Repository files navigation

ext-userimport

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:

TYPO3 Version Package Version Branch Maintained
TYPO3 11.5.x 2.x master Yes
TYPO3 8.7.x 1.x - No

Setup a protected storage folder

  1. Create a folder /protected/user_upload/userimport in your webroot.
  2. Create a protected "File Storage" record and set "protected/" as base path and disallow public access.
  3. Create a "Filemount" record for the folder protected/user_upload/userimport.
  4. Add the Filemount to a "Backend Usergroup" to allow access for non admin users.

File storage record

Add your storage folder to the module configuration

Module configuration in the Extension Manager.

Modul configuration

Make sure to match the id of your previously created storage folder.

Example entry: <uid-of-your-protected-storage>:/<subfolder>/