![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <validate_password_imp.h>
Static Public Member Functions | |
| static mysql_service_status_t | validate (my_h_string current_password, my_h_string new_password, uint *minimum_required, uint *changed) noexcept | 
| Validate if number of changed characters matches the pre-configured criteria.  More... | |
      
  | 
  staticnoexcept | 
Validate if number of changed characters matches the pre-configured criteria.
| [in] | current_password | Current password | 
| [in] | new_password | New password | 
| [out] | minimum_required | Minimum required number of changed characters | 
| [out] | changed | Actual number of changed characters | 
| false | Success | 
| true | Error |