- added no password required config setting;

This commit is contained in:
nikitasinelnikov
2020-07-31 00:44:55 +03:00
parent 200796c112
commit 1c2401b2fe
+2 -1
View File
@@ -526,7 +526,8 @@ if ( ! class_exists( 'um\Config' ) ) {
'account_tab_privacy' => 1,
'account_tab_notifications' => 1,
'account_tab_delete' => 1,
'delete_account_text' => __('Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below','ultimate-member'),
'delete_account_text' => __( 'Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below.', 'ultimate-member' ),
'delete_account_no_pass_required_text' => __( 'Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account, click on the button below.', 'ultimate-member' ),
'account_name' => 1,
'account_name_disable' => 0,
'account_name_require' => 1,