[Zope-PTK] Using membership without the rest of PTK

Itamar Shtull-Trauring itamar@maxnm.com
Tue, 18 Jul 2000 18:06:52 +0300


Kevin Dangoor wrote:

>     I think Membership is still something people will want available
> separately, but I don't have time at the moment to put more into it...

Well, I fixed one bug - 

In the doInstall method, the line:
folder.manage_addProduct['LoginManager'].manage_addLoginManager(
  folder, 
  usource='Persistent User Source', 
  lmeths=['Basic Auth Login', 'Basic Cookie Login'],
  loginf=0, logoutf=0, forbidp=1)

should be
folder.manage_addProduct['LoginManager'].manage_addLoginManager( 
  usource='Persistent User Source', 
  lmeths=['Basic Auth Login', 'Basic Cookie Login'],
  loginf=0, logoutf=0, forbidp=1)

or it doesn't work in 2.2.

-- 
Itamar S.T.  itamar@maxnm.com
Fingerprint = D365 7BE8 B81E 2B18 6534  025E D0E7 92DB E441 411C