DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Scheduled CSV Frontend User Import

Created:2010-02-18T17:33:18
Changed:2011-08-16T14:15:20
Classification:csvuserimport
Keywords:frontend user, csv import, scheduler
Author:Clemens Siebenhaar
Email:info@7it-services.com
URL:http://www.7it-services.com
Language:en, de

img-1 img-2 EXT: Scheduled CSV Frontend User Import - csvuserimport

EXT: Scheduled CSV Frontend User Import

Extension Key: csvuserimport

Language: en, de

Keywords: frontend user, csv import, scheduler

Copyright 2000-2011, Clemens Siebenhaar, <info@7it-services.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Scheduled CSV Frontend User Import 1

`Introduction 3 <#__RefHeading__634_2055248074>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__640_2055248074>`_

`Administration 5 <#__RefHeading__644_2055248074>`_

`Configuration 6 <#__RefHeading__648_2055248074>`_

`Known problems 7 <#__RefHeading__656_2055248074>`_

`To-Do list 8 <#__RefHeading__658_2055248074>`_

`ChangeLog 9 <#__RefHeading__660_2055248074>`_

Introduction

What does it do?

The extension uses a csv connector service for importing and updating frontend users. The work is done by a scheduler task. In the scheduler you can specify page id, path to csv-file and the id of a frontend usergroup. If a username doesn't exist in database it will be inserted. Existing users will be found and updated. Plain text passwords can be stored as md5 passwords. You can choose if passwords of exisiting users are updated or not.

Diese Erweiterung importiert und aktualisiert automatisch Frontend- Benutzer aus einer CSV-Datei. Der Import wird über den Scheduler konfiguriert und ausgeführt. Im Scheduler-Modul kann die Page-ID, der Pfad zur CSV-Datei und die ID der Benutzergruppe festgelegt werden. Vorhandene Benutzer werden aktualisiert und neue der Datenbank hinzugefügt.

Die Kennwörter in der CSV-Datei können so belassen oder als MD5-Kennwörter in der Datenbank gespeichert. Sie haben die Wahl, ob Passwörter von vorhandenen Benutzern aktualisiert werden oder nicht.

Screenshots

img-3

Users manual

  • Install the Extension with the extension manager.
  • Create a csv file like example.csv.
  • Add a scheduler task
  • Execute the scheduled task
  • Installieren Sie die Extension über den Extension-Manager
  • Erstellen Sie eine CSV-Datei nach Vorlage der example.csv
  • Erstellen Sie eine Aufgabe im Scheduler
  • Führen Sie die Aufgabe aus

Administration

No administration is needed.

Configuration

The first line of the csv file contains fields of the database table fe_users

Die erste Zeile der CSV-Datei enthält die Datenbankfelder der Tabelle fe_users welche importiert / aktualisiert werden sollen

Known problems

Nothing yet

To-Do list

Nothing yet

ChangeLog

0.4.0

Version

0.4.0

Changes

Added more configuration options (update passwords, encrypt passwords, delete file)

0.3.1

Version

0.3.1

Changes

Added example.csv

0.3.0

Version

0.3.0

Changes

First released version

img-2 9