<?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>gHacks technology news &#187; auto login</title>
	<atom:link href="http://www.ghacks.net/tag/auto-login/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable auto login in Ubuntu</title>
		<link>http://www.ghacks.net/2009/08/25/enable-auto-login-in-ubuntu/</link>
		<comments>http://www.ghacks.net/2009/08/25/enable-auto-login-in-ubuntu/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:42:07 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[auto login]]></category>
		<category><![CDATA[automatic login]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15715</guid>
		<description><![CDATA[If you are the only user on your Ubuntu system (or if you have a default user on a Ubuntu system that should always be the user logged in) then you might want to consider setting up auto login. What auto login does is, upon boot (or restarting X Windows), the system will automatically login [...]]]></description>
			<content:encoded><![CDATA[<p>If you are the only user on your Ubuntu system (or if you have a default user on a Ubuntu system that should always be the user logged in) then you might want to consider setting up auto login. What auto login does is, upon boot (or restarting X Windows), the system will automatically login to that particular user. This way the user does not have to interact with the log in prompt. The one major downfall to this is that no password has to be given in order for your user to be logged in. This can be a security issue. So if you are concerned with security, this is not for you.</p>
<p>If, however, security is not an issue with a particular user, than auto login is a simple way to make Ubuntu even more user-friendly than it already is. And fortunately, auto login is simple to set up. In this tutorial you will learn how to set up auto login as well as tweak your log in screen.</p>
<p><span id="more-15715"></span><strong>The tool</strong></p>
<p>The tool used to configure auto login is found in the Administration menu and is called &#8220;Login Window Preferences&#8221;. When you go to launch this tool you will be required to enter your sudo password. When the window launches you will see six tabs:</p>
<ul>
<li>General: General configuration.</li>
<li>Local: Login theme, color, welcome message.</li>
<li>Remote: Remote login.</li>
<li>Accessibility: Enable more GTK+ modules to be available.</li>
<li>Security: Auto login, timed login, security.</li>
<li>Users: Exclude users from login.</li>
</ul>
<div id="attachment_15717" class="wp-caption alignleft" style="width: 238px"><a rel="attachment wp-att-15717" href="http://www.ghacks.net/?attachment_id=15717"><img class="size-full wp-image-15717" src="http://www.ghacks.net/wp-content/uploads/2009/08/login_security.png" alt="Figure 1" width="228" height="266" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The tab used to set up auto login is the Security tab. Click on that to see the settings available (see Figure 1 &#8211; Click to enlarge).</p>
<p>To enable auto login you simply have to follow these steps:</p>
<ol>
<li>Click the check box for &#8220;Enable Automatic Login&#8221;.</li>
<li>Select the user who will be automatically logged in from the drop-down list.</li>
<li>Set the &#8220;pause before logging in time&#8221;.</li>
<li>Close the window.</li>
</ol>
<p>It&#8217;s that simple. Now of course there is much more that can be done in this tab of the preferences window. So why not take advantage while you have it open?</p>
<p>If you want to be able to log on as the system administrator you can do so here. First you need to check the check box labeled &#8220;Allow local system administrator login&#8221;. There is one catch. Remember that Ubuntu does not have, by default, a root user password. Because of this, even if you have this feature enabled, the administrator will not be able to log in. In order for this to work you have to give the root user a password. Understand the root user was not given a password in Ubuntu for a reason&#8230;simplicity. But if you would prefer to have an administrative user (and bypass having to use sudo) you can give the root user a password by following these steps:</p>
<ol>
<li>Open up a terminal window.</li>
<li>Issue the command sudo passwd root.</li>
<li>Enter your sudo password.</li>
<li>Enter a new password for the root user.</li>
<li>Enter the root password again for verification.</li>
</ol>
<p>Now your local administrator can log in. A word of warning: I don&#8217;t recommend loggin in as root. There may be times when it seems necessary, but before you do exhaust other possibilities first. Bad things can happen when you log in as root.</p>
<p><strong>Custom welcome message</strong></p>
<p>When your login screen appears there is a welcome message next to the logo in the greeter. You can personalize this greeting in the Local tab of the preferences window. Click on this tab and look at the bottom of the window where you will see the &#8220;Welcome Message&#8217; section. By default the message is simply &#8220;Welcome&#8221;. To change this click the check box for &#8220;Custom&#8221; and then enter the greeting you want to use. Once you are done click close.</p>
<p><strong>Final thoughts</strong></p>
<p>Enabling auto login, when used in trusted locations, can be a time saver as well as a way to make your Linux installation more user-friendly. For some users, having to log in to their computer is a real hassel. Help those users out by setting up auto login.</p>

	Tags: <a href="http://www.ghacks.net/tag/auto-login/" title="auto login" rel="tag">auto login</a>, <a href="http://www.ghacks.net/tag/automatic-login/" title="automatic login" rel="tag">automatic login</a>, <a href="http://www.ghacks.net/tag/login/" title="login" rel="tag">login</a>, <a href="http://www.ghacks.net/tag/login-security/" title="login security" rel="tag">login security</a>, <a href="http://www.ghacks.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/which-ubuntu-derivative-is-right-for-you/" title="Which Ubuntu Derivative Is Right For You? (April 2, 2009)">Which Ubuntu Derivative Is Right For You?</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/10/06/what-makes-ubuntu-so-user-friendly/" title="What makes Ubuntu so user friendly? (October 6, 2009)">What makes Ubuntu so user friendly?</a> (47)</li>
	<li><a href="http://www.ghacks.net/2007/02/16/use-soundjuicer-to-rip-mp3-directly-in-linux/" title="Use SoundJuicer to rip mp3 directly in Linux (February 16, 2007)">Use SoundJuicer to rip mp3 directly in Linux</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/25/enable-auto-login-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>LastPass Now Compatible With All Browsers</title>
		<link>http://www.ghacks.net/2009/01/21/lastpass-now-compatible-with-all-browsers/</link>
		<comments>http://www.ghacks.net/2009/01/21/lastpass-now-compatible-with-all-browsers/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 09:48:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[auto login]]></category>
		<category><![CDATA[form filler]]></category>
		<category><![CDATA[lastpass]]></category>
		<category><![CDATA[lastpass bookmarklet]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[password management software]]></category>
		<category><![CDATA[password manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10033</guid>
		<description><![CDATA[&#8216;Remember LastPass? We reviewed the password manager and form filler back in September and came to the conclusion that it was one of the best password management software programs out there. To be more precise, LastPass is an excellent unobtrusive password manager for Firefox and Internet Explorer. It provides a secure environment for the passwords [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;Remember <a href="https://lastpass.com/">LastPass</a>? We reviewed the password manager and form filler back in September and came to the conclusion that it was one of the best <a href="http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/">password management software</a> programs out there. To be more precise, LastPass is an excellent unobtrusive password manager for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a>. It provides a secure environment for the passwords and integrates nicely into the web browser. One of the coolest features of LastPass is the ability to log into their website and manage the passwords there. This is excellent when accessing the Internet from a computer that does not have the Firefox or Internet Explorer plugin installed. And yes, there is also a mobile version of the service.</p>
<p>The <a href="http://blog.lastpass.com/2009/01/opera-google-chrome-safari-iphone-opera.html">LastPass</a> team has been hard at work making their password management software compatible with additional browsers and devices. The first step is a set of bookmarklets that they have created. These bookmarklets can be used in browsers like <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a>, Google Chrome, Safari and even the iPhone to make use of the stored passwords and form information of LastPass. All that needs to be done on the user&#8217;s part is to log into the LastPass website and drag the bookmarklets into the web browser.</p>
<p>Three bookmarklets are available: Login, Fill or Fill Form. Login will try to login the user into the website automatically that he is currently on. Fill will only fill in the information stored at LastPass while FillForm will fill out forms automatically. The website contains instructions for a few web browsers, make sure you read them thoroughly. </p>
<p><span id="more-10033"></span>One could say that those bookmarklets could be a security risk. Imagine someone else accessing the computer where the bookmarklets are installed. That user could practically log into all websites that are stored at LastPass. The team has created a bookmarklet reset for exactly that purpose. This will reset the bookmarklets rendering all bookmarklets that have been created up to this point useless.</p>

	Tags: <a href="http://www.ghacks.net/tag/auto-login/" title="auto login" rel="tag">auto login</a>, <a href="http://www.ghacks.net/tag/form-filler/" title="form filler" rel="tag">form filler</a>, <a href="http://www.ghacks.net/tag/lastpass/" title="lastpass" rel="tag">lastpass</a>, <a href="http://www.ghacks.net/tag/lastpass-bookmarklet/" title="lastpass bookmarklet" rel="tag">lastpass bookmarklet</a>, <a href="http://www.ghacks.net/tag/password-management/" title="password management" rel="tag">password management</a>, <a href="http://www.ghacks.net/tag/password-management-software/" title="password management software" rel="tag">password management software</a>, <a href="http://www.ghacks.net/tag/password-manager/" title="password manager" rel="tag">password manager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/" title="One Password Management Software To Rule Them All (September 29, 2008)">One Password Management Software To Rule Them All</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/10/01/lastpass-for-google-chrome-arrives/" title="LastPass For Google Chrome Arrives (October 1, 2009)">LastPass For Google Chrome Arrives</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/23/internet-explorer-password-management-add-on/" title="Internet Explorer Password Management Add-on (May 23, 2009)">Internet Explorer Password Management Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/17/ghacks-christmas-giveaway-roboform/" title="Ghacks Christmas Giveaway: RoboForm (December 17, 2008)">Ghacks Christmas Giveaway: RoboForm</a> (227)</li>
	<li><a href="http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/" title="Secure Passwords Manager PINs (April 26, 2006)">Secure Passwords Manager PINs</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/21/lastpass-now-compatible-with-all-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
