- Advanced tab finished;

- Advanced > Features section is finished;
- General > Users section is finished;
This commit is contained in:
Mykyta Synelnikov
2024-01-02 00:12:09 +02:00
parent 5f8f05e1d2
commit c6efeab4b9
9 changed files with 330 additions and 217 deletions
+3 -2
View File
@@ -297,8 +297,9 @@ if ( ! class_exists( 'um\admin\Secure' ) ) {
);
$settings['advanced']['sections']['secure'] = array(
'title' => __( 'Secure', 'ultimate-member' ),
'fields' => $secure_fields,
'title' => __( 'Secure', 'ultimate-member' ),
'description' => __( 'This feature scans for suspicious registered accounts, bans the usage of administrative capabilities to site subscribers/members, allows the website administrators to force all users to reset their passwords, preventing users from logging-in using their old passwords that may have been exposed.', 'ultimate-member' ),
'fields' => $secure_fields,
);
return $settings;