--- a/doc/book/en/admin/gae.rst Wed Feb 03 20:35:48 2010 +0100
+++ b/doc/book/en/admin/gae.rst Wed Feb 03 21:02:15 2010 +0100
@@ -168,13 +168,13 @@
# does this instance rely on google authentication service or not.
use-google-auth=no
-In ``app.yaml`` comment the `login:._cwuired` set by default in the handler::
+In ``app.yaml`` comment the `login: required` set by default in the handler::
- url: .*
script: main.py
# comment the line below to allow anonymous access or if you don't want to use
# google authentication service
- #login:._cwuired
+ #login: required
@@ -208,7 +208,7 @@
and administrator login but you will get the cookie value as well.
This cookie values needs to be provided to ``laxctl`` commands
-in order to handle datastore administration._cwuests.
+in order to handle datastore administration requests.
.. image:: ../images/lax-book.02-cookie-values.en.png
:alt: displaying the detailed view of the cookie values returned