[CalendarServer-changes] [3169] CalendarServer/branches/users/sagen/wikitype-3152/twistedcaldav/ directory/wiki.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 16 22:43:55 PDT 2008


Revision: 3169
          http://trac.macosforge.org/projects/calendarserver/changeset/3169
Author:   sagen at apple.com
Date:     2008-10-16 22:43:55 -0700 (Thu, 16 Oct 2008)
Log Message:
-----------
Removing unneeded method

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/wikitype-3152/twistedcaldav/directory/wiki.py

Modified: CalendarServer/branches/users/sagen/wikitype-3152/twistedcaldav/directory/wiki.py
===================================================================
--- CalendarServer/branches/users/sagen/wikitype-3152/twistedcaldav/directory/wiki.py	2008-10-17 05:37:36 UTC (rev 3168)
+++ CalendarServer/branches/users/sagen/wikitype-3152/twistedcaldav/directory/wiki.py	2008-10-17 05:43:55 UTC (rev 3169)
@@ -111,16 +111,7 @@
             enabledForCalendaring=True)
 
 
-    def verifyCredentials(self, credentials):
-        import pdb; pdb.set_trace()
-        if IUsernamePassword.providedBy(credentials):
-            return credentials.checkPassword(self.password)
-        elif IUsernameHashedPassword.providedBy(credentials):
-            return credentials.checkPassword(self.password)
 
-        return super(WikiDirectoryRecord, self).verifyCredentials(credentials)
-
-
 @inlineCallbacks
 def getWikiACL(request, wikiID):
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081016/bc381002/attachment.html 


More information about the calendarserver-changes mailing list