[Zope-Checkins] SVN: Zope/trunk/ - Collector #1773: by default user accounts are now encrypted for

Andreas Jung andreas at andreas-jung.com
Wed Aug 3 04:23:14 EDT 2005


Log message for revision 37677:
        - Collector #1773: by default user accounts are now encrypted for
          security reasons
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/lib/python/AccessControl/User.py

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2005-08-03 00:47:00 UTC (rev 37676)
+++ Zope/trunk/doc/CHANGES.txt	2005-08-03 08:23:14 UTC (rev 37677)
@@ -53,6 +53,9 @@
 
     Bugs fixed
 
+      - Collector #1773: by default user accounts are now encrypted for
+        security reasons
+
       -  As developed in a long thread starting at
          http://mail.zope.org/pipermail/zope/2005-July/160433.html
          there appears to be a race bug in the Microsoft Windows socket

Modified: Zope/trunk/lib/python/AccessControl/User.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/User.py	2005-08-03 00:47:00 UTC (rev 37676)
+++ Zope/trunk/lib/python/AccessControl/User.py	2005-08-03 08:23:14 UTC (rev 37677)
@@ -450,7 +450,7 @@
     isAUserFolder=1
     maxlistusers = DEFAULTMAXLISTUSERS
 
-    encrypt_passwords = 0
+    encrypt_passwords = 1
 
     manage_options=(
         (



More information about the Zope-Checkins mailing list