Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CB doesn't store password, username, or email; that's all kept in Joomlas _users table. We do store Name somewhat, but we just take the name from _users and split it up.If I look at the old database I don't find passwords in the Comprofiler table, I do find those in the Joomla User table. The passwords will need to be transfered aswel so that old users can login using their password instead of having to fill in some new password.
It probably won't because your passwords are already encoded. What you'll need to do after importing is probably change all the users passwords to the encrypted password in your old database unless CB Juice can handle already encrypted passwords. I suggest posting your CB Juice questions to the CB Juice forums below for better clarification on its usage.Now in CB Juice I see that I can import with a password field, how exactly does this work?
Yes, this avoids the password issue (if there is one as CB Juice may handle this fine). CB just takes the name column from _users and splits it up so when you run CB > Tools > Synchronize it'll do that for you.And if I would do it the other way around, i.e. import the users into the Joomla User table and then use the synchronize tool from CB, that would skip the 'password-issue' but how would it handle the name? Joomla's table only has a field for name, not for first and last name, would the synchronize function split this at the first space?
Please Log in or Create an account to join the conversation.