Hi,
the .doc are not allowedm only txt,pdf,zip and images,
but no problem I have understand and found the problem; this is a bug of sync user.
We will fix in next release.
What do we do now:
2 alternatives:
1. post me your site details, you can use the form below the reply in site details tab. We will fix and resync user
2. if you not have important user data in Easy Profile (probably, you have installed now easy profile and it is development site) field you can do this:
- Remove all records from this table #__jsn_user
- this is a fix - replace in file /administrator/components/com_jsn/controller.php at line 124 this
$name=explode(' ',$user->name);
with this
$name=explode(' ',$user->name,2);
- Go in Administration->Components->Easy Profile and click on sync button