Visibility restrictions ...
Frédéric Buclin
LpSolit at gmail.com
Tue Sep 6 13:03:15 UTC 2005
Stuart Donaldson a écrit :
> what "Visible" boxes? Are you talking about the Grant and Inherit boxes?
No. From what I understand, your "usevisibilitygroups" param is turned
on (check it in editparams.cgi) and then you should see three columns in
editgroups.cgi: Visible, Grant and Inherit.
If this parameter is off, I don't see which restrictions Bugzilla is
talking about.
editusers.cgi, line 231 is where the error message comes from:
canSeeUser($otherUserID)
|| ThrowUserError('auth_failure', {reason => "not_visible",
action => "modify",
object => "user"});
and canSeeUser contains:
if (Param('usevisibilitygroups'))
More information about the developers
mailing list