- increase security via option for Password field in user account;

This commit is contained in:
nikitasinelnikov
2019-03-12 09:13:40 +02:00
parent 19ffd41e22
commit a199f35cc7
7 changed files with 120 additions and 84 deletions
+1
View File
@@ -498,6 +498,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'account_name_disable' => 0,
'account_name_require' => 1,
'account_email' => 1,
'account_general_password' => 0,
'account_hide_in_directory' => 1,
'account_require_strongpass' => 0,
'photo_thumb_sizes' => array( 40, 80, 190 ),