You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/10/14 08:04:37 UTC

svn commit: r825013 - /sling/trunk/samples/espblog/README.txt

Author: bdelacretaz
Date: Wed Oct 14 06:04:37 2009
New Revision: 825013

URL: http://svn.apache.org/viewvc?rev=825013&view=rev
Log:
fix login instructions

Modified:
    sling/trunk/samples/espblog/README.txt

Modified: sling/trunk/samples/espblog/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/samples/espblog/README.txt?rev=825013&r1=825012&r2=825013&view=diff
==============================================================================
--- sling/trunk/samples/espblog/README.txt (original)
+++ sling/trunk/samples/espblog/README.txt Wed Oct 14 06:04:37 2009
@@ -28,24 +28,14 @@
 2) The console at http://localhost:8888/system/console/bundles must 
     list the bundle named "Sling - ESP blog sample" as active.    
 
-You also need to set "allow anonymous access" to false in the 
-SlingAuthenticator config, at
-
-  http://localhost:8888/system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator
-
 HOW TO TEST
 -----------
-Once "allow anonymous access" is set to false, requesting
-
-  http://localhost:8888/
-
-should redirect to the Sling login form at /system/sling/login.
-
-Use username=admin password=admin to login, after which
-
-  http://localhost:8888/
+Start by logging in at http://localhost:8888/?sling:authRequestLogin=true,
+using username=admin and password=admin (TODO: there should be a link for
+that on the sling index.html page).
 
-Should redirect to the "Welcome to the Sling Launchpad" index.html page.
+Once logged in, this should display the "Welcome to the Sling Launchpad"
+index.html page.
 
 Then, http://localhost:8888/content/espblog/*.html should display the "Sling ESP
 blog sample" page, with the Home/Admin/New Post/... menu.