[Checkins] SVN: z3c.authenticator/trunk/ Added different files to the ignore file list

Roger Ineichen roger at projekt01.ch
Sun Mar 23 07:18:17 EDT 2008


Log message for revision 84866:
  Added different files to the ignore file list
  Fix a test
  Added TODO:txt
  
  Note:
  This implementation will change and is not ready to use

Changed:
  _U  z3c.authenticator/trunk/
  A   z3c.authenticator/trunk/TODO.txt
  _U  z3c.authenticator/trunk/src/
  U   z3c.authenticator/trunk/src/z3c/authenticator/credential.py

-=-

Property changes on: z3c.authenticator/trunk
___________________________________________________________________
Name: svn:ignore
   + .installed.cfg
bin
develop-eggs
parts


Added: z3c.authenticator/trunk/TODO.txt
===================================================================
--- z3c.authenticator/trunk/TODO.txt	                        (rev 0)
+++ z3c.authenticator/trunk/TODO.txt	2008-03-23 11:18:17 UTC (rev 84866)
@@ -0,0 +1,14 @@
+====
+TODO
+====
+
+- remove session setup from zope.app.authentication
+
+- implement own zope.app.authentication.idpicker.IdPicker
+
+- implement own zope.app.authentication.interfaces import IPasswordManager
+
+- implement nickName, email and phone?
+
+- check README and make sure the documentation is conform with the 
+  implementation


Property changes on: z3c.authenticator/trunk/TODO.txt
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: z3c.authenticator/trunk/src
___________________________________________________________________
Name: svn:ignore
   + z3c.authenticator.egg-info


Modified: z3c.authenticator/trunk/src/z3c/authenticator/credential.py
===================================================================
--- z3c.authenticator/trunk/src/z3c/authenticator/credential.py	2008-03-23 11:10:49 UTC (rev 84865)
+++ z3c.authenticator/trunk/src/z3c/authenticator/credential.py	2008-03-23 11:18:17 UTC (rev 84866)
@@ -106,7 +106,7 @@
           >>> response._status
           401
           >>> response.getHeader('WWW-Authenticate', literal=True)
-          'basic realm="Zope"'
+          'basic realm="Zope Application Management"'
 
         Notice that the realm is quoted, as per RFC 2617.
 



More information about the Checkins mailing list