From 1c5ef6e1f330ba409e57b686d214c220988025b7 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Fri, 15 Jun 2007 16:09:57 +0000
Subject: Fixed #625.
---
demos/quickstart/protected/pages/Advanced/Auth.page | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'demos')
diff --git a/demos/quickstart/protected/pages/Advanced/Auth.page b/demos/quickstart/protected/pages/Advanced/Auth.page
index c8380901..a306c2ae 100644
--- a/demos/quickstart/protected/pages/Advanced/Auth.page
+++ b/demos/quickstart/protected/pages/Advanced/Auth.page
@@ -57,7 +57,7 @@ An authorization rule can be either an allow rule or a deny ru
- pages - list of comma-separated page names that this rule applies to. If empty or not set, this rule will apply to all pages under the current directory and all its subdirectories recursively.
-- users - list of comma-separated user names that this rule applies to. A character * refers to all users including anonymous/guest user. And a character ? refers to anonymous/guest user.
+- users - list of comma-separated user names that this rule applies to. A character * refers to all users including anonymous/guest user. A character ? refers to anonymous/guest user. And a character @ refers to authenticated users (available since v3.1).
- roles - list of comma-separated user roles that this rule applies to.
- verb - page access method that this rule applies to. It can be either get or post. If empty or not set, the rule applies to both methods.
--
cgit v1.2.3