[Zope] 2.2.0, LoginManager and ZPatterns

Aleksander Salwa ololo@zeus.polsl.gliwice.pl
Sat, 29 Jul 2000 10:06:51 +0200 (CEST)


> Of course, I need to customize and test my LoginManager instance, so
> new troubles may arise soon :)
> 

So I'm back ;)

On Mon, 24 Jul 2000, Bill Anderson wrote:

> for doing so. You can search the archives, and it would be a decent idea
> to look at the Membership *alpha* product, as it is an example.
> 

Where I can find this 'Membership' product ? (I've tried 
www.zope-treasures.com and 'Search' on www.zope.org).

Anybody knows about any other examples of simple, but useful UserSources ?

I want to convert quickly my site to work with LoginManager (I used GUF
before). I have folder with users data (login, password, and some
properties needed in my site) in Zope. Every user is an instance of my
ZClass. How to simply get it work with LoginManager ?
What requirements (if any) are about class representing user ?
Will be enough to customize (how ?) class GenericUserSource, or should
I write my own ?

Things seems easy, when reading help/API.txt (but there is nothing about
user class). But when looking into source of GenericUserSource... :(

Shed some light on it, please :)


ololo