Changes between Version 2 and Version 3 of Ticket #36015
- Timestamp:
- Dec 16, 2024, 3:10:40 AM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36015 – Description
v2 v3 53 53 **Conclusion** 54 54 55 It would be good to integrate password validators that do not require an instance into a customized form of the standard validator, allowing validation to be performed through the `is_valid` call, while validators that require an instancecontinue to be called in the existing way.55 My thought is that it would be better to integrate password validators that do not require an instance into a customized form of the standard validator, allowing them to be validated through is_valid, while validators that require an instance should continue to be called in the existing way.