PITS /
00699: AuthUser should enable authorization of multiple groups to access a page
Summary: AuthUser should enable authorization of multiple groups to access a page
Created: 2006-03-13 10:00
Status: Closed - fixed for 2.1.1
Category: Bug
From: Ari Epstein
Assigned:
Priority: 3
Version: 2.1.0
OS: n/a
Description: AuthUser appears to only support specification of a single group. There are situations where we want to authorize several groups for a page. For example, using the following notation:
edit password: @admins,staff
Currently, I can only do:
@admins
or
@staff
If I do the following:
@admins @staff
Only staff group has access.
AuthUser is supposed to allow authentication of multiple groups; if it's not doing that, it's a bug. The correct specification is "@admins @staff" (without the quotes).
I'll set up a test on my server and see if it's working.
Pm
It was indeed a bug -- now fixed for 2.1.1. Thanks!
Pm