[Zope-dev] Trouble setting LoginManager default user class

Ty Sarna tsarna@endicor.com
17 May 2000 21:12:00 GMT


In article <14626.61567.192558.386542@sol.control.com>,
Dan L. Pierson <dan@sol.control.com> wrote:
> If I try to do it by setting _defaultClass to 'LoginMember', it fails
> because 'LoginMember' isn't in Products.meta_classes.  In fact nothing
> relating to DemoPortal or any other ZClass product is in
> Products.meta_classes!  The official way to get into that dictionary

For a ZClass, the string should look like "Productname/Classname".
So try setting _defaultClass to "DemoPortal/LoginMember" instead of just
"LoginMember" and see if that works.