Shared login for Miva Merchant and CPG 1.2 Shared login for Miva Merchant and CPG 1.2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Shared login for Miva Merchant and CPG 1.2

Started by ade, November 19, 2003, 09:25:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ade

I'd like to create a common/shared login for a Miva Merchant shopping cart and CPG 1.2 (which on the same UNIX webserver) so that visitors can login once and have access to both website functions.

If feasible, would it be better to use a single shared database for user information or use a script to submit inquiries to separate user databases simultaneously?

Anyone ever successfully completed this. If so how?

Thanks!

Joachim Müller

take a look into the code and see how the bbs integration is done: you can have a different user database table using a "bridge file" (there are some that come with coppermine, you'll just have to edit one to work with your database); but remember: this won't make coppermine a professional ecom solution, it just links the user management.

GauGau