[Zope] login with a login page [Q]

Jim Sanford jsanford@atinucleus.com
Wed, 17 Nov 1999 12:40:21 -0600


The recently released GenericUserFolder should be ableto do what you need.
It allows calling a dtml method for authentication and such. That dtml
method could call as many ZSQL methods as are needed to accomplish your
objective.  (Being paranoid I keep my passwords encrypted in a separate
table)
 __________________________________________________________________

              Jim Sanford
      .       Database Engineer
     / \  /   Accelerated Technology, Inc.
    /   /     720 Oak Circle Drive East
   /  /  \    Mobile, AL 36609
  / /     \   Voice: 334-661-5770  fax: 334-661-5788
 /         \  E-Mail: jsanford@atinucleus.com
              Web: http://www.atinucleus.com

 Source Code, No Royalties, Any CPU...It just make sense !
 __________________________________________________________________


----- Original Message -----
From: Bruno Mattarollo <brunomadv@ciudad.com.ar>
To: <otto@ipass.net>; <zope@zope.org>
Sent: Wednesday, November 17, 1999 12:20 PM
Subject: Re: [Zope] login with a login page [Q]


> Hello..
>
>     Thanks..
>
>     I have downloaded and installed it on a temporary folder. Now I am
> trying to make it work, but I have an annoying problem... Our user tables
> are "splitted" -some designer would say normalized (i presume that is the
> translation in english)- ;-) and I cannot insert user data over one ZSQL
> method. Anyone has some other way to insert data for the UserDB
> "sqlAddQuery" method?
>
>     TIA
>
> /B
>
> Bruno Mattarollo <brunomadv@ciudad.com.ar>
> --- Python Powered <http://www.python.org/psa/>
> ----- Original Message -----
> From: Otto Hammersmith <otto@ipass.net>
> To: <brunomadv@ciudad.com.ar>; <zope@zope.org>
> Sent: Wednesday, November 17, 1999 12:15 PM
> Subject: Re: [Zope] login with a login page [Q]
>
>
> Go for UserDB. It will do exactly what you need and is
> stable.  :)
>
> Un-maintained doesn't necessarilly mean "defunct and
> broken"... most times in the open source community, it
> means "feature complete and stable".  Basically, no one has
> felt the need to add features and there are no serious bugs
> (if there were, I'm sure someone would step up and fix it).
>
> (On the features front... I'm not saying UserDB is the end
> all be all of a User Folder product, check out
> http://www.zope.org/Members/Zen/GenericUserFolder/. :)
>
>                     -Otto.
>
> -----Original Message-----
> From:    Bruno Mattarollo brunomadv@ciudad.com.ar
> Sent:    Wed, 17 Nov 1999 11:59:23 -0300
> To:      zope@zope.org
> Subject: [Zope] login with a login page [Q]
>
>
> Hello.
>
>     Even if the subject may seem funny, it's a real
> question... :-)
>
>     I am trying to develop a login page to a site we are
> developing. I don't want to be prompted with a pop-up
> window, I just want to user to view a form and write there
> the user and password and press "Login" as in the Member
> login page from the Zope.Org site. Does anyone can give me
> a hint on how to do that? Our user data will be stored in
> an RDBM database (Oracle8i). I saw the UserDB product. But
> apparently it's no longer maintained. The functionality is
> to bring areas for members and areas for anonymous users.
>
>     Thanks in advance.
>
> ______________________________________________________________________
> Get Visto.com!  Private groups, event calendars, email, and much more.
> Visto.com. Life on the Dot.
> Check it out @ http://www.visto.com/info
>
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
>           No cross posts or HTML encoding!
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>
>