<?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"
	>
<channel>
	<title>Comments on: Accessing Drupal's Login Page After You Have Already Disabled The User Login Block</title>
	<atom:link href="http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/</link>
	<description>Code, Toys, Bits of Odd Fluff</description>
	<pubDate>Thu, 28 Aug 2008 07:10:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-332</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-332</guid>
		<description>@Jenny That does seem pretty odd.  Once you log in, try changing the password through the Drupal admin itself before doing anything else.  If you already tried that, perhaps there is a module interfering?

I know the SMFforum module has caused problems for some people.  From your first post, it sounds like this was a straight install but assuming it's not maybe disabling more exotic modules might help.

Sorry if that sounds like a bit of a dodge.  Not really sure what might cause the password to revert like that, especially if you changed it in the database by hand.  You might want to post the question on the Drupal forum.

&lt;hr&gt; 

Also for those reading the thread, the SQL to update the password manually is:

UPDATE users SET pass = MD5('new password') WHERE uid = 1;

Obviously, you replace 'new password' with the password of your choice. :)</description>
		<content:encoded><![CDATA[<p>@Jenny That does seem pretty odd.  Once you log in, try changing the password through the Drupal admin itself before doing anything else.  If you already tried that, perhaps there is a module interfering?</p>
<p>I know the SMFforum module has caused problems for some people.  From your first post, it sounds like this was a straight install but assuming it&#8217;s not maybe disabling more exotic modules might help.</p>
<p>Sorry if that sounds like a bit of a dodge.  Not really sure what might cause the password to revert like that, especially if you changed it in the database by hand.  You might want to post the question on the Drupal forum.</p>
<hr />
<p>Also for those reading the thread, the SQL to update the password manually is:</p>
<p>UPDATE users SET pass = MD5(&#8217;new password&#8217;) WHERE uid = 1;</p>
<p>Obviously, you replace &#8216;new password&#8217; with the password of your choice. <img src='http://www.fieldguidetoprogrammers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-331</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Mon, 04 Aug 2008 22:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-331</guid>
		<description>Hmmmm...it worked and then reverted. So I was able to edit and sign into my site as admin, and then when it kept requesting me to sign in again and again I went back to the database and the password was reset to the default. Everytime I try to change it again it just reverts back. Seems strange.</description>
		<content:encoded><![CDATA[<p>Hmmmm&#8230;it worked and then reverted. So I was able to edit and sign into my site as admin, and then when it kept requesting me to sign in again and again I went back to the database and the password was reset to the default. Everytime I try to change it again it just reverts back. Seems strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-330</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-330</guid>
		<description>O, thank you soooooooooooooooooo much. Wow, I really appreciate it. :D</description>
		<content:encoded><![CDATA[<p>O, thank you soooooooooooooooooo much. Wow, I really appreciate it. <img src='http://www.fieldguidetoprogrammers.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-328</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-328</guid>
		<description>Hi, Jenny.

If you have database access, you can reset the password manually.  The link below has a good discussion of how to do it.

http://drupal.org/node/32650</description>
		<content:encoded><![CDATA[<p>Hi, Jenny.</p>
<p>If you have database access, you can reset the password manually.  The link below has a good discussion of how to do it.</p>
<p><a href="http://drupal.org/node/32650" rel="nofollow">http://drupal.org/node/32650</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-327</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-327</guid>
		<description>Hi, I just got drupal installed, and it is not allowing me to login as administrator. So basically, I am locked out of my own site. When I request a new password it still does not work, and I get the Page Not Found error. Help!</description>
		<content:encoded><![CDATA[<p>Hi, I just got drupal installed, and it is not allowing me to login as administrator. So basically, I am locked out of my own site. When I request a new password it still does not work, and I get the Page Not Found error. Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-322</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 08 Jul 2008 01:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-322</guid>
		<description>Hi, Chris.

If you have clean URLs enabled, you can use:

http://www.somesite.com/user</description>
		<content:encoded><![CDATA[<p>Hi, Chris.</p>
<p>If you have clean URLs enabled, you can use:</p>
<p><a href="http://www.somesite.com/user" rel="nofollow">http://www.somesite.com/user</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-321</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 08 Jul 2008 01:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-321</guid>
		<description>This doesn't seem to work if you have short URLs enabled. You'll just get the generic "Page Not Found" error.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to work if you have short URLs enabled. You&#8217;ll just get the generic &#8220;Page Not Found&#8221; error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-143</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-143</guid>
		<description>Non c'è di che, Elisa!  :)</description>
		<content:encoded><![CDATA[<p>Non c&#8217;è di che, Elisa!  <img src='http://www.fieldguidetoprogrammers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elisa</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-142</link>
		<dc:creator>elisa</dc:creator>
		<pubDate>Tue, 08 Apr 2008 08:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-142</guid>
		<description>thank you very much!!!!!!</description>
		<content:encoded><![CDATA[<p>thank you very much!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-131</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/accessing-drupals-login-page-after-you-have-already-disabled-the-user-login-block/#comment-131</guid>
		<description>Thank you for this tip.</description>
		<content:encoded><![CDATA[<p>Thank you for this tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
