collective / Products.PasswordStrength

Adds verification rules for user passwords in plone.
http://plone.org/products/passwordstrength
Other
5 stars 4 forks source link

Skip when it is current password #9

Closed ivanteoh closed 6 years ago

ivanteoh commented 6 years ago

Fix issue https://github.com/collective/Products.PasswordStrength/issues/8

IPasswordSchema.providedBy(self.context) is false when the object is 'current password'.