<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Trivia &#187; typo3</title>
	<atom:link href="http://www.alethe.com/brad/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alethe.com/brad</link>
	<description>For those who know just enough to be dangerous</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:45:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Reset TYPO3 password</title>
		<link>http://www.alethe.com/brad/2009/04/reset-typo3-password/</link>
		<comments>http://www.alethe.com/brad/2009/04/reset-typo3-password/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:06:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Typo3 Snippets]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.alethe.com/brad/?p=40</guid>
		<description><![CDATA[If you forget your typo3 password, you can reset it using the mysql command line tool as follows: mysql> use typo3; mysql> update be_users set password='bacb98acf97e0b6112b1d1b650b84971' where username = 'admin'; This resets the admin user password to &#8220;joh316&#8243;.]]></description>
			<content:encoded><![CDATA[<p>If you forget your typo3 password, you can reset it using the mysql command line tool as follows:</p>
<p><code><br />
mysql> use typo3;<br />
mysql> update be_users set password='bacb98acf97e0b6112b1d1b650b84971' where username = 'admin';<br />
</code></p>
<p>This resets the admin user password to &#8220;joh316&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alethe.com/brad/2009/04/reset-typo3-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
