<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : how to import users only</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 02 May 2026 11:14:04 -0000</pubDate>

		<item>
			<title>Lombi</title>
			<description><![CDATA[Interesting. Last time we did exactly that hundreds of people had permission issues for certain stuff until we rebuilt the auth completely.<br />
<br />
Glad to see your users not having those kinds of problems.]]></description>
			<pubDate>пн, 16 мар 2009 19:50:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2369&d=0#post10068]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Is sed_auth really necessary to be converted? Can't you just set the users rights afterwards?<br />
I've recently copied all users from a different (custom) CMS to Cotonti and it worked fine. I did this by writing a small script that did something like this:<br />
<pre class="code">$sql = 'SELECT * FROM users'; // On old database
$query = mysql_query($sql);
while ($row = mysql_fetch_array($query)) {
$newsql = &quot;INSERT INTO sed_users (user_id, user_name, user_password etc) 
VALUES ('&quot;.$row&#091;'user_id'&#093;.&quot;', '&quot;.$row&#091;'user_name'&#093;.&quot;', '&quot;.$row&#091;'user_password'&#093;.&quot;' etc)&quot;;
$newquery = mysql_query($newsql); // On new database
}</pre>]]></description>
			<pubDate>пн, 16 мар 2009 17:38:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2369&d=0#post10065]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[:(<br />
<br />
to bad.. would have made live easier..]]></description>
			<pubDate>пн, 16 мар 2009 17:19:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2369&d=0#post10064]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[It's not that simple really. Users arent just stored in that table, but also in sed_auth (which controls all the permissions on the site).<br />
<br />
And you cant just copy that database over since it contains other permissions as well.]]></description>
			<pubDate>пн, 16 мар 2009 17:11:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2369&d=0#post10063]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[Hi,<br />
<br />
I was waiting for the tut on how to convert sed to cotonti. However, I decided that a fresh install would be better. this way I can clean up a bit.<br />
<br />
I only want to import the users from sed. I compared the sql's users to one and eachother, and there are some differences.<br />
I want to know how I can import the users? How do I convert them to utf-8? and what must I change in the users sql table so that it will actually work.<br />
<br />
Thx in advance for the help.]]></description>
			<pubDate>пн, 16 мар 2009 17:02:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2369&d=0#post10062]]></link>
		</item>
	</channel>
</rss>