<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: You Sir, name password.</title>
	<link>http://ask.metafilter.com/29453/You-Sir-name-password/</link>
	<description>Comments on Ask MetaFilter post You Sir, name password.</description>
	<pubDate>Wed, 21 Dec 2005 15:02:15 -0800</pubDate>
	<lastBuildDate>Wed, 21 Dec 2005 15:02:15 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: You Sir, name password.</title>
		<link>http://ask.metafilter.com/29453/You-Sir-name-password</link>	
		<description>WebSecurityFilter: I&apos;m looking for a PHP or CGI script which would redirect a user to their password protected folder when they enter their username and password. &lt;br /&gt;&lt;br /&gt; I am trying to build a single entry point for client access to resource files online. The idea is that I can pass out a single &apos;client access&apos; URL where the client can enter their username and password which would be verified and then redirected to their folder on the server.&lt;br&gt;
&lt;br&gt;
The maintenance of this tool needs to be absurdly easy as I plan on handing off maintenance of this to a non-tech-savvy person ASAP.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.29453</guid>
		<pubDate>Wed, 21 Dec 2005 14:33:09 -0800</pubDate>
		<dc:creator>DragonBoy</dc:creator>
		
			<category>internet</category>
		
			<category>security</category>
		
			<category>scripts</category>
		
			<category>passwords</category>
		
			<category>PHP</category>
		
			<category>CGI</category>
		
	</item> <item>
		<title>By: TonyRobots</title>
		<link>http://ask.metafilter.com/29453/You-Sir-name-password#464578</link>	
		<description>This should be very very simple. What kind of security do you need on the login information? Are you using a database for user info, or just a flat file? Do lost passwords need to be recoverable?  The most complex bit is the authentication system (which needn&apos;t be too complex); the redirect after a successful login will likely be a single line of code.&lt;br&gt;
&lt;br&gt;
If you just need a simple system that uses a text file with usernames and passwords, I could put something together for you in about a half hour.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29453-464578</guid>
		<pubDate>Wed, 21 Dec 2005 15:02:15 -0800</pubDate>
		<dc:creator>TonyRobots</dc:creator>
	</item><item>
		<title>By: devilsbrigade</title>
		<link>http://ask.metafilter.com/29453/You-Sir-name-password#464585</link>	
		<description>How is the folder protected? .htaccess? That may be an issue for redirection, depending on how your permissions system works.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29453-464585</guid>
		<pubDate>Wed, 21 Dec 2005 15:12:56 -0800</pubDate>
		<dc:creator>devilsbrigade</dc:creator>
	</item><item>
		<title>By: purephase</title>
		<link>http://ask.metafilter.com/29453/You-Sir-name-password#464637</link>	
		<description>You don&apos;t even need PHP (or any other scripting language). If you&apos;re using Apache as the webserver, you can use .htaccess to handle the authentication side. Take a look at &lt;a href=&quot;http://www.javascriptkit.com/howto/htaccess3.shtml&quot;&gt;this&lt;/a&gt; tutorial for a quick and easy way of setting this up. All your &quot;non-tech-savvy&quot; person would have to do is is modify the .htpasswd file with user/password information.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29453-464637</guid>
		<pubDate>Wed, 21 Dec 2005 16:14:41 -0800</pubDate>
		<dc:creator>purephase</dc:creator>
	</item><item>
		<title>By: blag</title>
		<link>http://ask.metafilter.com/29453/You-Sir-name-password#464710</link>	
		<description>&lt;i&gt;All your &quot;non-tech-savvy&quot; person would have to do is is modify the .htpasswd file with user/password information.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Which would involve ftp, plain text editing and more ftp. Or SSH and command line. And still wouldn&apos;t handle the redirection. &lt;br&gt;
&lt;br&gt;
This might work though you may have to do some hacking to get the redirection working: &lt;a href=&quot;http://evolt.org/node/60384&quot;&gt;PHP login system with admin features&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29453-464710</guid>
		<pubDate>Wed, 21 Dec 2005 16:58:58 -0800</pubDate>
		<dc:creator>blag</dc:creator>
	</item>
	</channel>
</rss>
