<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Login</title>
	<atom:link href="http://flashcommander.org/flashcommander/login/feed" rel="self" type="application/rss+xml" />
	<link>http://flashcommander.org</link>
	<description>Flex, Flash, Air, Android, web development</description>
	<lastBuildDate>Wed, 26 Oct 2011 14:26:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Atosz</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-195</link>
		<dc:creator>Atosz</dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-195</guid>
		<description>In meantime I fix it.
Thank&#039;s for your help again.

Atosz</description>
		<content:encoded><![CDATA[<p>In meantime I fix it.<br />
Thank&#8217;s for your help again.</p>
<p>Atosz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atosz</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-194</link>
		<dc:creator>Atosz</dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-194</guid>
		<description>yes I get a message &quot;“You have successfully changed password.”, but when I log out to the commander and I try log in again the administrator  password does not change and I get this meassage &quot;Invalid username or password!&quot;.</description>
		<content:encoded><![CDATA[<p>yes I get a message &#8220;“You have successfully changed password.”, but when I log out to the commander and I try log in again the administrator  password does not change and I get this meassage &#8220;Invalid username or password!&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-193</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 Jan 2011 16:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-193</guid>
		<description>If password change was successful you should receive a popup saying &quot;You have successfully changed password.&quot; Do you receive this?
If not there must be an error during saving the pass, for instance it could be a permission problem on users.xml file.</description>
		<content:encoded><![CDATA[<p>If password change was successful you should receive a popup saying &#8220;You have successfully changed password.&#8221; Do you receive this?<br />
If not there must be an error during saving the pass, for instance it could be a permission problem on users.xml file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atosz</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-192</link>
		<dc:creator>Atosz</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-192</guid>
		<description>Hi

How can I change an admin and user password? I login the flashcommander admin username and admin password. When I go to the users menu and I try to change the password, it can&#039;t do it. The password changes do not remain.
What might be the problem?

Thank&#039;s for your help.

Atosz</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>How can I change an admin and user password? I login the flashcommander admin username and admin password. When I go to the users menu and I try to change the password, it can&#8217;t do it. The password changes do not remain.<br />
What might be the problem?</p>
<p>Thank&#8217;s for your help.</p>
<p>Atosz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-188</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-188</guid>
		<description>Hi,

If you want to use db authentication you need to rewrite UserConfig.php so that the remote method signatures don&#039;t change.
Flash sends back php session cookie the same way as a html page - in fact it uses the browser fro http calls.
Flashcommander uses a session variable called &quot;flashcommander_user&quot; to athenticate the user. You need to set this in php the log in someone.

The Flash client works like this:
- if you pass the flashvar &lt;code&gt;gateway&lt;/code&gt; Flash will assume that the user is logged in and it will call &lt;code&gt;checkSession()&lt;/code&gt; on the server
- otherwise it will display the login screen; then it will call &lt;code&gt;loginUser()&lt;/code&gt; on the server; the passwordd is 2x encoded with MD5 before its sent:userRo.loginUser(name, MD5.hash(MD5.hash(pass)))

Hope this helps. Good luck.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to use db authentication you need to rewrite UserConfig.php so that the remote method signatures don&#8217;t change.<br />
Flash sends back php session cookie the same way as a html page &#8211; in fact it uses the browser fro http calls.<br />
Flashcommander uses a session variable called &#8220;flashcommander_user&#8221; to athenticate the user. You need to set this in php the log in someone.</p>
<p>The Flash client works like this:<br />
- if you pass the flashvar <code>gateway</code> Flash will assume that the user is logged in and it will call <code>checkSession()</code> on the server<br />
- otherwise it will display the login screen; then it will call <code>loginUser()</code> on the server; the passwordd is 2x encoded with MD5 before its sent:userRo.loginUser(name, MD5.hash(MD5.hash(pass)))</p>
<p>Hope this helps. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levente Peres</title>
		<link>http://flashcommander.org/flashcommander/login/comment-page-1#comment-187</link>
		<dc:creator>Levente Peres</dc:creator>
		<pubDate>Tue, 25 Jan 2011 09:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=141#comment-187</guid>
		<description>Hi,

Is is possible to connect authentication to MySQL? I&#039;m more than ready to write a connector in PHP, but in that case, how would I establish the session for FC?

Thank you sincerely,

Levente</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is is possible to connect authentication to MySQL? I&#8217;m more than ready to write a connector in PHP, but in that case, how would I establish the session for FC?</p>
<p>Thank you sincerely,</p>
<p>Levente</p>
]]></content:encoded>
	</item>
</channel>
</rss>

