User login system

2006-01-28 Thread sophie_newbie
Can anyone recommend an open source user login system already written
in Python that I could use with my site?

Simplicity is the most important factor, but the ability to track users
using cookies would be helpful.

Hopefully somebody knows one?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: User login system

2006-01-28 Thread Jorge Godoy
sophie_newbie [EMAIL PROTECTED] writes:

 Can anyone recommend an open source user login system already written
 in Python that I could use with my site?

 Simplicity is the most important factor, but the ability to track users
 using cookies would be helpful.

 Hopefully somebody knows one?

Take a look at TurboGears Identity module and at PEAK.security...  

-- 
Jorge Godoy  [EMAIL PROTECTED]

Quidquid latine dictum sit, altum sonatur.
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: User login system

2006-01-28 Thread Alex Martelli
Jorge Godoy [EMAIL PROTECTED] wrote:

 sophie_newbie [EMAIL PROTECTED] writes:
 
  Can anyone recommend an open source user login system already written
  in Python that I could use with my site?
 
  Simplicity is the most important factor, but the ability to track users
  using cookies would be helpful.
 
  Hopefully somebody knows one?
 
 Take a look at TurboGears Identity module and at PEAK.security...  

Twisted's cred is another possibility.


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list