Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Inc. > News and Announcements > Topic : Loginizer v2.0.8 Launched



Threaded Mode | Print  

 Loginizer v2.0.8 Launched (4 Replies, Read 2957 times)
vardana
Group: Pagelayer Team
Post Group: Working Member
Posts: 139
Status:
This is a minor release v2.0.8, the changes are listed below :-

[Improvement Pro] Admin slug htaccess rule, now handles the new slug not having / at the end in the URL.

[Improvement] When 2FA is enabled, email notifications will be sent only after successful 2FA verification for both Loginizer and Really Simple Security.

The Loginizer team is working constantly to improve our product and if you have any feedback or suggestion you can write to us at sales@loginizer.com

Regards,
Loginizer Team
IP: --   

Loginizer v2.0.8 Launched
MudgeeHost
Group: Member
Post Group: Newbie
Posts: 14
Status:
email OTP has stopped working with wordpress 7.

login error with "Unable to send OTP email"

I have several sites affected.
IP: --   

Loginizer v2.0.8 Launched
vardana
Group: Pagelayer Team
Post Group: Working Member
Posts: 139
Status:
Quote From : MudgeeHost May 25, 2026, 10:15 am
email OTP has stopped working with wordpress 7.

login error with "Unable to send OTP email"

I have several sites affected.


We checked and it is working fine for us, we looked into this error and Loginizer does not have this exact error string.
IP: --   

Loginizer v2.0.8 Launched
MudgeeHost
Group: Member
Post Group: Newbie
Posts: 14
Status:
red banner on login page "There was a problem sending your email with the OTP. Please try again or contact an admin."

all sites running wp7 & Loginizer 2.0.8 show this error.

deleting the Loginizer-security (aka pro) plugin is our only option to regain access to the sites. no issues with any other WP version. 6.x all send emails fine. presumably its a change to wp_mail

PHP Code

 $sent wp_mail($user->data->user_email$subject$message$headers);

                if(empty(
$sent)){
                        
// For plugins that login using AJAX
                        
if(!empty(get_transient('loginizer_2fa_'$user->ID))){
                                return array(
'message' => esc_html__('There was a problem sending your email with the OTP. Please try again or contact an admin.''loginizer'));
                        }

                        return new 
WP_Error('email_not_sent''There was a problem sending your email with the OTP. Please try again or contact an admin.''loginizer_2fa_email');
                }else{
                        
$save 1;
                } 


IP: --   

Loginizer v2.0.8 Launched
MudgeeHost
Group: Member
Post Group: Newbie
Posts: 14
Status:
I got it fixed. for anyone else - uninstalled & reinstalled Loginizer pro, unchecked, saved, rechecked, saved the email OTP options.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
4 guests, 0 users.


All times are GMT. The time now is May 29, 2026, 7:01 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.277