Rules

Description Group   Action Actions Order
Deny everything for everybody by default (allow to have allow by default then deny) * 0
Display a message for denied admin page /authake(/index)?
/authake/users*
/authake/groups*
/authake/rules*
100
Allow anybody to see the home page, the error page, to register, to log in, see profile and log out /
/authake/user/*
200
(example) Allow anybody to view the rules list /authake/rules/index 700
Allow "user & group managers" to edit users, groups and view rules User & group managers /authake(/index)?
/authake/*/index/tableonly
/authake/users/(index|add/?|edit/[0-9]+|view/[0-9]+|delete/[0-9]+)
/authake/groups/(index|add/?|edit/[0-9]+|view/[0-9]+|delete/[0-9]+)
/authake/rules/(index|view/[0-9]+)
800
Allow everything for Administrators Administrators *