I have a product that is website based information and needs to be password protected. I need to distribute different username and passwords to different customers. I know I can upload these in the E-Junkie admin area, but I don't know how to create them.



Do you have a solution for this? That will allow me to generate the codes or username and passwords or know of a solution I can use that will work well with E-Junkie.

  • created

    Feb '08
  • last reply

    Feb '08
  • 1

    reply

  • 1.3k

    views

  • 2

    users

There are two ways to approach this. The membership system you use on your site can be sent buyer details with each purchase and it can generate a random password and we will send it to the buyer. Please see "generated codes" in our help page for this



Other system will be to pre-generate a list of username and password in your membership system and simply use E-junkie to send them. This will not require you to write a code generator.



As for a simple membership system, you can use an HTTP authentication system (.htaccess and .htpasswd) and if you are using stored codes, you can use any free utility to add username password pairs to it. If you use "generated codes", you can use a PHP script to create entries in .htpasswd when we call it for each sale.