Please Log in or Create an account to join the conversation.
Did you import them with a blank password? You need to exclude password entirely from the import otherwise it'll respect whatever value you import. There is no functionality for mass generating passwords. I don't have a solution for this unfortunately. Are you sure the password is missing? It will always show as an empty input while editing, but it should exist in the _users database.The 1st question is, I did not use the password field when importing, as the Joomlapolis Forums stated a new password would be autogenerated. This was not the case. I have 6000 users with a blank password field. Is there a way to autogenerate passwords for the 6000 users?
Are those files a part of a gallery or an individual field? CB Gallery and file fieldtypes for example have entirely different file and database structures so how you plan to use the files will be important. Both are doable in regards to migrating them over, but you'll need to do the work of writing the SQL inserts to migrate from 1 database structure to another.The 2nd question is more complex: My current website has users who have uploaded content to their individual profile pages (*.mp3, *.jpg, *.doc, etc). Is there a way to import these files into my new Joomla site and have them linked to the correct user? The data files are currently in a file store folder on my local workstation (C:\shared\system). Would it be better to revert and import users and their corresponding data directly into the Joomla database via sql backed? I have limited SQL experience. I can revert the Joomla database to a pristine state if need be.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
How did you import your users? If using CB > User Management to import you should export and existing user to get the structure, remove password column since you don't need it, and place your data in that structure. This will create the users using normal backend user create process, which will generate passwords for them. If you imported directly using the database that'd be why they're missing passwords.The "users" table that was extracted from PostgreSql included a "crypted_password" column. I assumed PostgreSQL and MySQL do not use the same encryption technology, so I excluded the password column when creating the file to be imported to my Joomla site.
Ok, then the file structure for CB Gallery is as follows.As far as the datafiles go, I would like the to include them as part of the Users CB Gallery profile. The site is designed for musicians, to post their songs, along with any photos they want to attach and a description of each piece. Under the C:\shared\system folder are folders associated with the users that contain the data, eg file_uploads, images, photos, thumbnails etc.
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.