tingobol / yii-rights

Automatically exported from code.google.com/p/yii-rights
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

RAuthorizer::getSuperusers might sometimes return an empty array #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define user id and username columns
2. Try to access Rights without being logged in as a superuser
3.

What is the expected output? What do you see instead?
Access should be denied, instead it's allowed.

Please use labels and text to provide additional information.
RAuthorizer::getSuperusers might return an empty array (which is bad).

Original issue reported on code.google.com by Christof...@gmail.com on 8 Feb 2011 at 9:31

GoogleCodeExporter commented 9 years ago
This issue has been fixed in the upcoming version 1.3.0.

Original comment by Christof...@gmail.com on 31 Mar 2011 at 9:30