Minor docs update.

This commit is contained in:
Uriel 2009-03-06 17:34:34 +00:00
parent e10ba023ba
commit 8e52e0447e

View file

@ -48,4 +48,6 @@ The permissions system is very flexible, for example to only allow access to mem
if(! check_user editors)
perm_redirect /_users/login
To automatically redirect users without permission to the login page if they are not members of the group 'editors'.
See also [the documentation on user and group management](user_management).