nette / security

🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
https://doc.nette.org/access-control
Other
357 stars 40 forks source link

Fixed readme.md roles docs #9

Closed smuuf closed 10 years ago

smuuf commented 10 years ago

Fixed the documentation in readme.md where it presented the results of $acl->getRoleParents() wrongly, for it does return only direct parents and not the whole hierarchy.