fle3-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fle3-dev] Autoregistration of users


From: Tarmo Toikkanen
Subject: Re: [Fle3-dev] Autoregistration of users
Date: Wed, 12 Feb 2003 15:57:47 +0200
User-agent: Mutt/1.5.1i

If I try to log in FLE with a user who has not been registered yet, but
is a valid zope user in the ACL_USERS used by FLE, I get two different
way of working.
If the user is a manager FLE offers to him the possibility to be
registered, instead if he's not a manager he can't get in.
Is this correct?

Hmm, you've stumbled onto a new bug. FLE really only accepts users
that have a FLE local role or the global Manage role. In this case,
also the "Authenticated" role should be accepted.

We've corrected this (it's in the CVS now) and the next version (to be
released on Friday) will work correctly on this account.

If you want to patch your own FLE, edit FLE.py and change the line:

self.manage_permission(perm_view, roles_user, 0)

to this:

self.manage_permission(perm_view, roles_user+('Authenticated',), 0)

After this, refresh the FLE product from Zope's management interface
and create a new FLE instance.

--
Tarmo Toikkanen
http://www.iki.fi/tarmo/
The Fle3 Team
http://fle3.uiah.fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]