Fix fails to _setEncodedPassword if password is a string
In some cases, a Person.password could be a string instead of None or PersistentMapping. If string, the code was raising TypeError.
Showing
Please register or sign in to comment
In some cases, a Person.password could be a string instead of None or PersistentMapping. If string, the code was raising TypeError.