User login system

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sophie_newbie

    #1

    User login system

    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?

  • Jorge Godoy

    #2
    Re: User login system

    "sophie_new bie" <paulgeeleher@g mail.com> writes:
    [color=blue]
    > 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?[/color]

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

    --
    Jorge Godoy <godoy@ieee.org >

    "Quidquid latine dictum sit, altum sonatur."
    - Qualquer coisa dita em latim soa profundo.
    - Anything said in Latin sounds smart.

    Comment

    • Alex Martelli

      #3
      Re: User login system

      Jorge Godoy <godoy@ieee.org > wrote:
      [color=blue]
      > "sophie_new bie" <paulgeeleher@g mail.com> writes:
      >[color=green]
      > > 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?[/color]
      >
      > Take a look at TurboGears Identity module and at PEAK.security.. .[/color]

      Twisted's cred is another possibility.


      Alex

      Comment

      Working...