mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added no password required config setting;
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user