database database
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

database

Started by serdas, March 11, 2006, 05:51:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

serdas

i am sorry i don't know where this question should be but
i have two different Coppermine intalled in my server (one data base)
under two different logical name
my qestion is is there anyway if one person signs up for one can they sign in with the other installation witout registering to it
is there anyway to connect data base only for one user name and passwordstable even though database prefix are different

i hope i explained my self
thanks

casNuy

You have the software installed twice, pointing to the same database using diffrent prefixes. Now you want users automatically to be able to access both instalations without registering again ?
I do not think this is standard functionality but you always can copy the contents of the usertable on a regular base. Thisd you should able to automate through a simple script and a cron job.

Cas

serdas

yes you undurstood exaclly
is there anyplace that i can get that script from
would it do it instently so after registering if the person go to second installation
what would be the time frame

thanks

casNuy

Ha, that part you did not understood. That script is not there, you would need to create it and setup a scheduled task (windows) or Cron-jon (linux) to execute the script.
Why would you actually want this ?

Cas