[TYPO3-english] importing be-users from a textfile?

Philipp Gampe philipp.gampe at typo3.org
Wed Aug 6 00:59:11 CEST 2014


Hi horace,

horace grant wrote:

> i would like to import be-users from a textfile (csv for example) into the
> database. but how would i handle the password hashes? is it easily
> possible to create the hashes TYPO3 6.2 needs

Depends on the saltedpasswords settings. With the default settings, it 
should be enough to just md5 them and the the login process update them on 
first login.
You can also use the API to hash them the same way like the login process 
does. Please consult the API of the saltedpasswords extension.

The exact way depends on how you want to import the data.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list