Yes, if you have phpMyAdmin access to your database, then you should be able to export users from Joomla 2.5 to Joomla5.
Copy the data of two tables:
#__users
#__user_usergroup_map
Note that the database table structure of the #__users has been changed.
You may need to add the data for the new columns manually (or with a database query).
Copy the data of two tables:
#__users
#__user_usergroup_map
Note that the database table structure of the #__users has been changed.
You may need to add the data for the new columns manually (or with a database query).
Statistics: Posted by pe7er — Wed Oct 09, 2024 7:16 am