Re: [Zope] Collector status on password change bug?

2000-05-24 Thread Chris Withers

Shane Hathaway wrote:
> This patch has been applied in CVS, and I believe the latest alpha
> version has it as well.

Not quite, it's solved in a slightly different way in the CVS.

We do the following to get the CVS solution to work with 2.1.4 and
2.1.6:

Checkout editUser.dtml 1.10 and User.py 1.102 from the CVS.

Then apply the following patch to editUser.dtml:

*** editUser.dtml.old   Thu Apr 20 10:29:39 2000
--- editUser.dtml   Thu Apr 20 10:41:20 2000
***
*** 26,32 
  New Password
  
  
! 
  
  
  
--- 26,32 
  New Password
  
  
! 
  
  
  
***
*** 34,40 
  (Confirm)
  
  
! 
  
  
  
--- 34,40 
  (Confirm)
  
  
! 
  
  
  


HTH,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Collector status on password change bug?

2000-05-24 Thread Brian Lloyd

> I see that the "Can't change User Roles without their Password"
> bug mentioned in:
> 
> http://classic.zope.org:8080/Collector/1102/view
> http://classic.zope.org:8080/Collector/1134/view
> http://classic.zope.org:8080/Collector/1138/view
> (etc)
> 
> is still in 2.1.6 
> 
> http://classic.zope.org:8080/Collector/1138/view provides a patch.
> What is the recommended way to solve this long-standing problem?

Kent - the fix for this is in the forthcoming 2.2.


Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909  
Digital Creations  http://www.digicool.com 



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Collector status on password change bug?

2000-05-24 Thread Shane Hathaway

Kent Polk wrote:
> 
> I see that the "Can't change User Roles without their Password"
> bug mentioned in:
> 
> http://classic.zope.org:8080/Collector/1102/view
> http://classic.zope.org:8080/Collector/1134/view
> http://classic.zope.org:8080/Collector/1138/view
> (etc)
> 
> is still in 2.1.6
> 
> http://classic.zope.org:8080/Collector/1138/view provides a patch.
> What is the recommended way to solve this long-standing problem?

This patch has been applied in CVS, and I believe the latest alpha
version has it as well.

Shane

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )