mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed version to 2.3.0;
- added update for Required strong password option;
This commit is contained in:
@@ -522,7 +522,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'use_gravatars' => 0,
|
||||
'use_um_gravatar_default_builtin_image' => 'default',
|
||||
'use_um_gravatar_default_image' => 0,
|
||||
'reset_require_strongpass' => 0,
|
||||
'require_strongpass' => 0,
|
||||
'password_min_chars' => 8,
|
||||
'password_max_chars' => 30,
|
||||
'account_tab_password' => 1,
|
||||
@@ -538,7 +538,6 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'account_general_password' => 0,
|
||||
'account_hide_in_directory' => 1,
|
||||
'account_hide_in_directory_default' => 'No',
|
||||
'account_require_strongpass' => 0,
|
||||
'photo_thumb_sizes' => array( 40, 80, 190 ),
|
||||
'cover_thumb_sizes' => array( 300, 600 ),
|
||||
'accessible' => 0,
|
||||
|
||||
Reference in New Issue
Block a user