summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls
diff options
context:
space:
mode:
authorxue <>2006-01-28 03:38:02 +0000
committerxue <>2006-01-28 03:38:02 +0000
commitdf09807727f4c628a5c9d81ed40982b91579d694 (patch)
tree10b282ea3b94bc5d1f6a38c95e45468d08520342 /demos/quickstart/protected/controls
parent059c2cbb09afe9ce5694f7155ec4cfde3908c9cf (diff)
Added auth tutorial page.
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r--demos/quickstart/protected/controls/TopicList.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl
index 6d2177d7..f2aa4180 100644
--- a/demos/quickstart/protected/controls/TopicList.tpl
+++ b/demos/quickstart/protected/controls/TopicList.tpl
@@ -63,7 +63,7 @@
<div class="topic">
<div>Security</div>
<ul>
- <li><a href="?page=Construction">Authentication and Authorization</a></li>
+ <li><a href="?page=Security.Auth">Authentication and Authorization</a></li>
<li><a href="?page=Construction">ViewState Protection</a></li>
<li><a href="?page=Construction">Cross Site Scripting Prevention</a></li>
</ul>