Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Try copy and pasting the password directly from your _users database table from 1 database to another and see if it works.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's not encrypted on those triggers so you'd need to try and query for it using CB Query Field then substitute in the query result.
You maybe better off using a Joomla multisite extension though. I think there's one that even works with CB, but I can't recall what it's called.
Please Log in or Create an account to join the conversation.
It's safer to send encrypted password than it is cleartext. The encrypted password is basically useless as it can't be reversed for anyone that may intercept it. Probably safer then logging in in general as logging in typically isn't SSL so instead of sending a plaintext password in post you're sending an encrypted one that can't be reversed. In short I think you're fine.Ok I do that and this work well...even if I don't know if this method is very secure. Is probably not a good idea to send trough Post encrypted password (or even cleartext password) but I don't see another way. Maybe later I will install SSL in both site for be more quiet.
Please Log in or Create an account to join the conversation.