the user are not shared but you can use the same username and password for both. The component auto-syncs the two account. So when they login to mambo, user is automatically sync to smf and vice versa. Just like when you signed up to this website.
On the SMF side, after installing the bridge, what does the Login link (?action=login) point to? The reason I'm asking is because I'm using a heavily modified template for SMF so not sure if there was some changes by the bridge that were not applied to it since it's not a default one. Thanks.
It should be pointing to SMF's. The same as if you're just logging to SMF.
It's slated on version 2.0, after the finaly release for 1.1. Maybe few weeks more.
If you want, you can manually delete those users in Mambo manually.
Something like this:
Code:
Delete from mos_users where username not in (select memberName from smf_members);
WARNING: This assumes that you're SMF and Mambo were in sync before you deleted the users in SMF. Please test this in one account (by adding LIMIT 1) or in your development server.
I think, there are 2 more tables that's needed to be cleared in mambo. But the SQL above will solve your issue.
There's probably some restrictions on the code, because I don't see why it wouldn't work. I can check that when I get a chance. It should be fairly easy.
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE