mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- changed version to 2.3.0;
- added update for Required strong password option;
This commit is contained in:
@@ -541,7 +541,7 @@ if ( ! class_exists( 'um\core\Password' ) ) {
|
||||
$args['confirm_user_password'] = sanitize_text_field( $args['confirm_user_password'] );
|
||||
}
|
||||
|
||||
if ( UM()->options()->get( 'reset_require_strongpass' ) ) {
|
||||
if ( UM()->options()->get( 'require_strongpass' ) ) {
|
||||
|
||||
$min_length = UM()->options()->get( 'password_min_chars' );
|
||||
$min_length = ! empty( $min_length ) ? $min_length : 8;
|
||||
|
||||
Reference in New Issue
Block a user