Plugin Directory

Changeset 3238411


Ignore:
Timestamp:
02/11/2025 08:34:54 AM (10 months ago)
Author:
wimbraam
Message:

two_fa_email was wrongly set as a premium setting in this RC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • really-simple-ssl/trunk/settings/config/menu.php

    r3237830 r3238411  
    325325                                    'id'            => 'two_fa_email',
    326326                                    'group_id'      => 'two_fa_email',
    327                                     'premium'       => true,
     327                                    'premium'       => false,
    328328                                    'disabled'      => rsssl_is_email_verified(),
    329329                                    'premium_text'  => __( 'Send an email code during login. You can force user roles to use two-factor authentication, or leave the choose with your users, if so desired.', 'really-simple-ssl' ),
Note: See TracChangeset for help on using the changeset viewer.