<?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: How To Change Password On Ubuntu</title>
	<atom:link href="http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: suhaib</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-144752</link>
		<dc:creator>suhaib</dc:creator>
		<pubDate>Thu, 24 Nov 2011 20:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-144752</guid>
		<description>Hey!
how do I set a password for my login.I already have a password for my account, but it does not ask for the password when the system starts.It directly logs in.Please help.Thank you!</description>
		<content:encoded><![CDATA[<p>Hey!<br />
how do I set a password for my login.I already have a password for my account, but it does not ask for the password when the system starts.It directly logs in.Please help.Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-137016</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 05 Nov 2011 03:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-137016</guid>
		<description>Hi - I am using 2 dual boot Ubuntu / Windows machines and to simplify the log on process for my young kids, I have a very short password.

I would like to do this on my HTPC too, again Ubuntu, so simplify logging in .


If I use any of the above methods, it states my password is too short. Is there a way around this.

I have also tried setting auto log on however it will not work?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I am using 2 dual boot Ubuntu / Windows machines and to simplify the log on process for my young kids, I have a very short password.</p>
<p>I would like to do this on my HTPC too, again Ubuntu, so simplify logging in .</p>
<p>If I use any of the above methods, it states my password is too short. Is there a way around this.</p>
<p>I have also tried setting auto log on however it will not work?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Change Ubuntu Login Keyring Password (Unlock Login Keyring)</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-133900</link>
		<dc:creator>How to Change Ubuntu Login Keyring Password (Unlock Login Keyring)</dc:creator>
		<pubDate>Fri, 21 Oct 2011 06:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-133900</guid>
		<description>[...] password to get the wireless connection working. How do I fix this problem?  Answer: Anytime you change your ubuntu login password, you should also change your keyring password. If you don&#8217;t do it, it might display the [...]</description>
		<content:encoded><![CDATA[<p>[...] password to get the wireless connection working. How do I fix this problem?  Answer: Anytime you change your ubuntu login password, you should also change your keyring password. If you don&#8217;t do it, it might display the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahnawaz Uqaili</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-114534</link>
		<dc:creator>Shahnawaz Uqaili</dc:creator>
		<pubDate>Sat, 25 Jun 2011 06:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-114534</guid>
		<description>Hello,

If you have forgotten the root password and you want to reset it. You can do it from &quot;Recovery Mode&quot;. This option appears on the time of boot, after selecting recovery mode. After you select recovery mode and wait for all the boot-up processes to finish, you&#039;ll be presented with a few options. Press arrow key down to select &quot;Drop to root shell prompt&quot;

Once you&#039;re at the root shell prompt, if you have forgotten your username as well, type 

ls /home
=&gt; You should then see a list of the users on your Ubuntu installation. In this case, I&#039;m going to reset Shahnawaz Uqaili&#039;s password. 

passwd shahnawaz
=&gt; You&#039;ll then be prompted for a new password, then retype new password.

=&gt; Now the password should be reset. Type 
exit



After you get back to the recovery menu, select resume normal boot, and use Ubuntu as you normally would—only this time, you actually know the password! 

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>If you have forgotten the root password and you want to reset it. You can do it from &#8220;Recovery Mode&#8221;. This option appears on the time of boot, after selecting recovery mode. After you select recovery mode and wait for all the boot-up processes to finish, you&#8217;ll be presented with a few options. Press arrow key down to select &#8220;Drop to root shell prompt&#8221;</p>
<p>Once you&#8217;re at the root shell prompt, if you have forgotten your username as well, type </p>
<p>ls /home<br />
=&gt; You should then see a list of the users on your Ubuntu installation. In this case, I&#8217;m going to reset Shahnawaz Uqaili&#8217;s password. </p>
<p>passwd shahnawaz<br />
=&gt; You&#8217;ll then be prompted for a new password, then retype new password.</p>
<p>=&gt; Now the password should be reset. Type<br />
exit</p>
<p>After you get back to the recovery menu, select resume normal boot, and use Ubuntu as you normally would—only this time, you actually know the password! </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karan</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-106471</link>
		<dc:creator>karan</dc:creator>
		<pubDate>Tue, 31 May 2011 04:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-106471</guid>
		<description>hi,

In the window where &quot; Enter Current Password: In the change password window, enter your current password and click on ‘Authenticate’.&quot; 
In case of changing the LAN password or sync with LDAP
Even if you enter anything in the current password field that still authenticates...
But the new password is not updated...
Any suggestions?

Karan</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>In the window where &#8221; Enter Current Password: In the change password window, enter your current password and click on ‘Authenticate’.&#8221;<br />
In case of changing the LAN password or sync with LDAP<br />
Even if you enter anything in the current password field that still authenticates&#8230;<br />
But the new password is not updated&#8230;<br />
Any suggestions?</p>
<p>Karan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samrat</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-67217</link>
		<dc:creator>samrat</dc:creator>
		<pubDate>Fri, 22 Oct 2010 07:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-67217</guid>
		<description>thanks ramesh ,its so helpful for me</description>
		<content:encoded><![CDATA[<p>thanks ramesh ,its so helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Padilha</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-64733</link>
		<dc:creator>Rafael Padilha</dc:creator>
		<pubDate>Wed, 29 Sep 2010 12:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-64733</guid>
		<description>You also can change root&#039;s password by command line using $sudo passwd
first put your password then the new root password</description>
		<content:encoded><![CDATA[<p>You also can change root&#8217;s password by command line using $sudo passwd<br />
first put your password then the new root password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damodar</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-change-password-on-ubuntu/comment-page-1/#comment-45976</link>
		<dc:creator>Damodar</dc:creator>
		<pubDate>Wed, 05 May 2010 23:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3142#comment-45976</guid>
		<description>Thanks a lot buddy!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot buddy!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 12:40:04 -->
