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!