Front End Users module user import Questions
Posted: Fri Dec 10, 2010 4:58 pm
I've been trying to import a single user as a test for a while now but even using only 2 additional fields the import fails.
I'm using CMSMS version 1.8.2 with FEU version 1.12.5
When I export a manually added user the following is returned:
When I change these values to:
I get the following message: Import Error (line 2): Could not find information for this user
Could someone point me in the direction to solve this? Thanks in advance!
I'm using CMSMS version 1.8.2 with FEU version 1.12.5
When I export a manually added user the following is returned:
Code: Select all
##userid,username,createdate,expires,groupname,"firstname","lastname"
8,test@test.com,2010-12-08 16:17:14,2025-01-01 23:59:59,"test","John","Doe"
Code: Select all
##userid,username,createdate,expires,groupname,"firstname","lastname"
9,me@me.com,2010-12-08 16:19:14,2025-01-01 23:59:59,"test","Jane","Doe"
Could someone point me in the direction to solve this? Thanks in advance!