How to transfer users from Joomla to CMS MadeSimple?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
seregarem
Forum Members
Forum Members
Posts: 200
Joined: Sat Aug 28, 2010 1:03 pm

How to transfer users from Joomla to CMS MadeSimple?

Post by seregarem »

I have a site on Joomla. Now I'm transferring this site on CMS MadeSimple. I have questions:
1. How to transfer users from Joomla to CMS MadeSimple?
2. What kind of a module is better to use in authorizing user in the front-end?
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: How to transfer users from Joomla to CMS MadeSimple?

Post by Wishbone »

If you know MySql, you can look at the Joomla users table and the CMSMS users table, and convert the data into the CMSMS format.
seregarem
Forum Members
Forum Members
Posts: 200
Joined: Sat Aug 28, 2010 1:03 pm

Re: How to transfer users from Joomla to CMS MadeSimple?

Post by seregarem »

Yes, I know, but, as I know, passwords are encoded in Joomla. How to decode them into CMS MadeSimple?
akke
Forum Members
Forum Members
Posts: 13
Joined: Tue Jan 18, 2011 4:00 pm

Re: How to transfer users from Joomla to CMS MadeSimple?

Post by akke »

I think both use md5 encoded passwords, so this should work without any conversion.
hoshy

Re: How to transfer users from Joomla to CMS MadeSimple?

Post by hoshy »

But notice that users in Joomla != users in CMSms.
In CMSms backend and frontend users are managed separately.
So if you import your users from Joomla to CMSms make sure you import those users with backend access into the cms users table and those with frontend only access into the FrontEndUsers module.
Post Reply

Return to “Developers Discussion”