Roundup Tracker - Issues

Message894

Author rdmurray
Recipients
Date 2003-07-08.01:16:22
Message-id
In-reply-to
I just finished banging my head against trying to give a user
multiple roles.  Weird things kept happening.  I finally tracked
it down to the fact that I was entering "User, Staff", and the roles
parsing code was seeing that second role as " Staff" and not finding
it.

Ideally, an undeclared role should raise an error.  But the role
parsing code should also strip the tokens before it compares them.
History
Date User Action Args
2009-02-03 14:20:25adminlinkissue767465 messages
2009-02-03 14:20:25admincreate