Is there a way to replicate users and passwords between stores ?
Is there a way to replicate users and passwords between stores ?
It's certainly possible. It's just a matter of exporting the relevant tables from one site and importing into the other(s).
If all sites are on the same server this will be quite 'trivial' do via a cron job (as well as other more direct means). It becomes somewhat more complex if the sites are hosted on different servers though, and near impossible if the replicant servers don't allow remote SQL access.
Cheers
Rod