zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

Make sure password hashes are bytes before passing to AuthEncoding. #27

Closed davisagli closed 5 years ago

davisagli commented 5 years ago

This isn't ideal, but works around the fact that they can end up accidentally decoded while converting a database to Python 3. It's difficult to target values in BTrees for special handling by zodbupdate since you don't know which BTree you're working on.

davisagli commented 5 years ago

Closing in favor of https://github.com/zopefoundation/AuthEncoding/pull/4