[Zope] LoginManager broken?
Dan L. Pierson
dan@sol.control.com
11 Dec 2000 15:51:10 -0500
"Mayers, Philip J" <p.mayers@ic.ac.uk> writes:
> Thanks, I'll take a look.
>
> Re: LoginManager - After a fast turnaround (confirming my ample faith in
> Open Source software) Magnus Heino pointed me in the right direction - the
> dtml methods and SQL objects need to be inside the UserSource folder, *not*
> the LoginManager folder as the Howto implies (or maybe I just can't
> read...). Can someone confirm that the SQL methods need to be inside the
> UserSource folder? (which is mildly annoying, but there we go...)
This isn't required in my experience. The UserSource will find them
via acquisition if the permissions are OK. I tend to keep them in a
level above the acl_users (i.e. the LoginManager) in question while
debugging just in case I wind up turning off permissions to that
folder accidentally.