Changes between Version 2 and Version 3 of Ticket #36015


Ignore:
Timestamp:
Dec 16, 2024, 3:10:40 AM (2 days ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36015 – Description

    v2 v3  
    5353**Conclusion**
    5454
    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 instance continue to be called in the existing way.
     55My 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.
Back to Top