If I import user data (CSV file) all data proerly get imported and email with ne password is sent to users.
Only field "params" is empty.
I carefully did check if string is OK:
{"admin_style":"","admin_language":"","language":"de-DE","editor":"","timezone":""}
After import, database field "params" of #__users contains {}. Database field "params" of #__jsn_users is empty.
I did save CSV the file as "regular" CSV and I did try saving it as utf-8 as well. Still no luck.
How can I import params?
Reason for this is language. I want users having German as default language get email with new password in German, users having French as default language should get this email in French.
Thanks.