Changes between Initial Version and Version 2 of Ticket #36015


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36015

    • Property Owner set to Antoliny
    • Property Status newassigned
  • Ticket #36015 – Description

    initial v2  
    5353**Conclusion**
    5454
    55 It would be beneficial 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.
     55It 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.
Back to Top