Log message for revision 39541:
  Minimize whitespace changes between Zope 2.8 branch and Zope 2 trunk.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py      
2005-10-21 00:06:17 UTC (rev 39540)
+++ Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py      
2005-10-21 00:09:10 UTC (rev 39541)
@@ -1045,7 +1045,7 @@
     def _doAddUser(self, name, password, roles, domains, **kw):
         """Create a new user"""
         if password is not None and self.encrypt_passwords \
-                   and not self._isPasswordEncrypted(password):
+                                and not self._isPasswordEncrypted(password):
             password = self._encryptPassword(password)
         self.data[name]=User(name,password,roles,domains)
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to