Hi all I am working on a log in script for my webpage.
I have the username and the password stored in a PostgreSQL database.
You might want to look at Snakelets and CherryPy.
Snakelets is "a very simple-to-use Python web application server." One of the features is "Easy user authentication and user login handling."
http://snakelets.sourceforge.net/
CherryPy is "a pythonic, object-oriented web development framework" that seems to be popular. A recipe for password-protected pages in CherryPy is here:
http://www.cherrypy.org/wiki/PasswordProtectedPages
Kent -- http://mail.python.org/mailman/listinfo/python-list