diff --git a/samples/tutorial/src/main/webapp/secure/extreme/index.jsp b/samples/tutorial/src/main/webapp/secure/extreme/index.jsp
index 11f29a364f..e1c310f272 100644
--- a/samples/tutorial/src/main/webapp/secure/extreme/index.jsp
+++ b/samples/tutorial/src/main/webapp/secure/extreme/index.jsp
@@ -14,8 +14,8 @@
VERY Secure Page
This is a protected page. You can only see me if you are a supervisor.
-
- You have "ROLE_SUPERVISOR" (this text is surrounded by <authz:authorize> tags).
+
+ You have authority "supervisor" (this text is surrounded by <authz:authorize> tags).
Home
diff --git a/samples/tutorial/src/main/webapp/secure/index.jsp b/samples/tutorial/src/main/webapp/secure/index.jsp
index 165f8e90dc..71854262c9 100644
--- a/samples/tutorial/src/main/webapp/secure/index.jsp
+++ b/samples/tutorial/src/main/webapp/secure/index.jsp
@@ -18,7 +18,7 @@ This is a protected page. You can get to me if you've been remembered,
or if you've authenticated this session.
-
+
You are a supervisor! You can therefore see the extremely secure page.