Password protection system for web app
From: Jegenye 2001 Bt (jegenye2001_at_fw.hu)
Date: 10/13/03
- Next message: Alex Martelli: "Re: Python syntax in Lisp and Scheme"
- Previous message: 2mc: "Re: Numerical Python question"
- Next in thread: Peter Hansen: "Re: Password protection system for web app"
- Reply: Peter Hansen: "Re: Password protection system for web app"
- Reply: Andrew Clover: "Re: Password protection system for web app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 13 Oct 2003 00:53:43 +0200
Could someone please suggest a very lightweight solution for protecting
directories on a web server? (membership system)
The job is basically this:
An administrator, after logging in via the web, should have the ability to
add/remove users who then could access their own password protected
directories only with their
browsers.
I know this could be easily done with Zope (I know that) and probably with
many other fully blown web application servers like Webware, etc. of which
there are many.
But now all I need some CGI hacks since I don't want to deploy something
heavier that that.
I've searched on www.python.org and Google but I haven't found much.
I found some Perl solutions, which work .htaccess files, and PHP thingies,
but I'd really like to hack on Python scripts but not on this part...
Either HTTP basic authentication or cookie based authentication would do.
Thanks in advance,
Miklós
- Next message: Alex Martelli: "Re: Python syntax in Lisp and Scheme"
- Previous message: 2mc: "Re: Numerical Python question"
- Next in thread: Peter Hansen: "Re: Password protection system for web app"
- Reply: Peter Hansen: "Re: Password protection system for web app"
- Reply: Andrew Clover: "Re: Password protection system for web app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|