Support

  1. jbomb
  2. Presales Question
  3. Thursday, February 27 2014, 04:12 PM
I'm thinking of getting the pro version of Easy Profile. We have a Constant Contact list I want to import as users. But the question is this: if we import them, they won't have passwords or user names for that matter. is there anything we can do to smooth the process?

we could email those on that list and ask them to sign in for the first time, creating that info, but would Easy Profile make that possible? I'm just trying to get my head around it. I'm open to options, but I'm just trying to think of what we can do.
admin Accepted Answer
Admin
I am preparing some modifications to the code of Import user plugin to do this. Wait please.
  1. more than a month ago
  2. Presales Question
  3. # 1
jbomb Accepted Answer
wow, perfect. well I'll probably purchase this soon. I'll start setting other stuff up, or just get it and check for the updates.
  1. more than a month ago
  2. Presales Question
  3. # 2
admin Accepted Answer
Admin
add this code to file /plugins/jsn/userimport/userimport.php at line 255
$passwordClear=JUserHelper::genRandomPassword();
$salt=JUserHelper::getSalt();
$importUser['password']=JUserHelper::getCryptedPassword($passwordClear,$salt);
JFactory::getMailer()->sendMail(
'sender_mail@domain.com', // Sender Mail
'Your Name', // Sender Name
$importUser['email'], // Receiver Mail
'New Account', // Subject Mail
"You account details:\n\nUsername: ".$importUser['username']."\nPassword: ".$passwordClear // Body Mail
);

With this code when you register a new user the password is generated and the system send a mail to new user with details.
You must personalize Sender Mail and Sender Name.
You must declare column for password (will be ignored) example:
password;username;email;firstname;lastname
empty;User1;mail1@domain.com;John;Doe
empty;User2;mail2@domain.com;Mark;White

Try it before use in production site


NOTE: this is a small mod. In the coming weeks we will complete the development of this plugin
  1. more than a month ago
  2. Presales Question
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.