commit aa323ced35f3437b0d4cf533693081afdb6d4753 parent 431e20eaaf7f4125c026dae965e289a7a71ad7dd Author: uriel@soma <unknown> Date: Fri, 6 Mar 2009 17:34:34 +0000 Minor docs update. Diffstat:
M | sites/werc.cat-v.org/docs/config_options.md | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sites/werc.cat-v.org/docs/config_options.md b/sites/werc.cat-v.org/docs/config_options.md @@ -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).