X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthorization.pod;h=d6be44f7dd928017dbce8b0d535b1f1dc9d2f138;hp=2a16efa0f26614fb3febbf521d8962fbe4ae66c8;hb=3778bcbe622622881133e21002eea4179453c2f0;hpb=2d0526d162eaee76807a5f7534820429c0395a03 diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index 2a16efa..d6be44f 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -388,13 +388,13 @@ Then run the Catalyst development server script: $ script/myapp_server.pl -Log in as C. Once at the book list, click the "Create" link to -try the C action. You should receive a red "Unauthorized!" -error message at the top of the list. (Note that in reality you would -probably want to place the "Create" link code in -C inside an C statement that only displays -the list to admin-level users.) If you log in as C you should -be able to view the C form and add a new book. +Log in as C. Once at the book list, click the "Create" link +to try the C action. You should receive a red +"Unauthorized!" error message at the top of the list. (Note that in +the example code the "Create" link code in C +is inside an C statement that only displays the list to +admin-level users.) If you log in as C you should be able to +view the C form and add a new book. When you are done, use one of the 'Logout' links (or go to the L URL directly) when you are done.