[Checkins] SVN: bluebream/website/docs/v1.0/tutorial1.rst login is required

Baiju M baiju.m.mail at gmail.com
Wed May 5 22:39:27 EDT 2010


Log message for revision 112073:
  login is required
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-05-06 01:48:16 UTC (rev 112072)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-05-06 02:39:26 UTC (rev 112073)
@@ -1038,7 +1038,21 @@
 
   <include package="tc.collector" />
 
-Now you can access the URL:
+To add the ticket collector, first you need to login from:
+http://localhost:8080/@@login.html .  You can provide the credential
+information given in the ``src/tc/main/securitypolicy.zcml``::
+
+  <principal
+     id="zope.manager"
+     title="Manager"
+     login="admin"
+     password="admin"
+     password_manager="Plain Text"
+     />
+
+By default the username & password will be ``admin``, ``admin``.  You
+**must** change this to something else.  After successfully logged
+in, you can access the URL:
 http://localhost:8080/@@add_ticket_collector .  It should display a
 form where you can enter values for ``name`` and ``description``.
 You can enter the ``name`` as ``mycollector``. After entering your



More information about the checkins mailing list