[Checkins] SVN: PluggableAuthService/trunk/interfaces/plugins.py - added clarifying note to the ICredentialsUpdated interface docstring

Jens Vagelpohl jens at dataflake.org
Wed Nov 1 15:15:48 EST 2006


Log message for revision 71022:
  - added clarifying note to the ICredentialsUpdated interface docstring
    after having fallen into the trap of misunderstanding its true intent.
  

Changed:
  U   PluggableAuthService/trunk/interfaces/plugins.py

-=-
Modified: PluggableAuthService/trunk/interfaces/plugins.py
===================================================================
--- PluggableAuthService/trunk/interfaces/plugins.py	2006-11-01 16:23:56 UTC (rev 71021)
+++ PluggableAuthService/trunk/interfaces/plugins.py	2006-11-01 20:15:48 UTC (rev 71022)
@@ -134,6 +134,9 @@
 class ICredentialsUpdatePlugin( Interface ):
 
     """ Callback:  user has changed her password.
+
+    This interface is not responsible for the actual password change,
+    it is used after a successful password change event.
     """
 
     def updateCredentials( request, response, login, new_password ):



More information about the Checkins mailing list