[Checkins] SVN: zope.app.authentication/branches/ulif-saltfix/src/zope/app/authentication/password.zcml Register new password manager with the CA.

Uli Fouquet uli at gnufix.de
Wed Jan 21 06:59:22 EST 2009


Log message for revision 94897:
  Register new password manager with the CA.

Changed:
  U   zope.app.authentication/branches/ulif-saltfix/src/zope/app/authentication/password.zcml

-=-
Modified: zope.app.authentication/branches/ulif-saltfix/src/zope/app/authentication/password.zcml
===================================================================
--- zope.app.authentication/branches/ulif-saltfix/src/zope/app/authentication/password.zcml	2009-01-21 11:58:57 UTC (rev 94896)
+++ zope.app.authentication/branches/ulif-saltfix/src/zope/app/authentication/password.zcml	2009-01-21 11:59:22 UTC (rev 94897)
@@ -38,4 +38,10 @@
       factory=".password.SHA1PasswordManager"
       />
 
+  <utility
+      name="SSHA"
+      provides=".interfaces.IPasswordManager"
+      factory=".password.SSHAPasswordManager"
+      />
+
 </configure>



More information about the Checkins mailing list