Changeset 3330063
- Timestamp:
- 07/18/2025 07:56:37 AM (8 months ago)
- Location:
- email-otp-authenticator
- Files:
-
- 6 edited
-
tags/6.2.3/lib/emailotpauthn-class.php (modified) (2 diffs)
-
tags/6.2.3/lib/emailotpauthn-external-class.php (modified) (3 diffs)
-
tags/6.2.3/readme.txt (modified) (1 diff)
-
trunk/lib/emailotpauthn-class.php (modified) (2 diffs)
-
trunk/lib/emailotpauthn-external-class.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
email-otp-authenticator/tags/6.2.3/lib/emailotpauthn-class.php
r3329828 r3330063 449 449 if(isset($formtexts) && !empty($formtexts)){ 450 450 $newnoticentxt = ""; 451 for ($nodx = 0; $nodx < count($formtexts); $nodx++) { 451 $totalnodx = count($formtexts); 452 for ($nodx = 0; $nodx < $totalnodx; $nodx++) { 452 453 if(isset($formtexts[$nodx][2]) && !empty($formtexts[$nodx][2])){ 453 454 if(!isset($extrnlcvrbl[$nodx]) || empty($extrnlcvrbl[$nodx])){ … … 463 464 $formnoticentxt = "#-ntbreak-#" . $formnoticentxt; 464 465 $savednoticentxt = explode("#-ntbreak-#",$formnoticentxt); 465 for ($nodx = 0; $nodx < count($savednoticentxt); $nodx++) { 466 $totalnodx = count($savednoticentxt); 467 for ($nodx = 0; $nodx < $totalnodx; $nodx++) { 466 468 if(isset($savednoticentxt[$nodx])){ 467 469 $extrnlcvrbl[$nodx] = $savednoticentxt[$nodx]; -
email-otp-authenticator/tags/6.2.3/lib/emailotpauthn-external-class.php
r3329828 r3330063 33 33 array("Email does not exist.","Warning Notice",esc_html__("Email does not exist.","email-otp-authenticator")), //[20] 34 34 array("Request has been cancelled.","Hacking Notice",esc_html__("Request has been cancelled.","email-otp-authenticator")), //[21] 35 array("Request has been rejected due to security! Please contact to administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact toadministrator.","email-otp-authenticator")), //[22]35 array("Request has been rejected due to security! Please contact administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact administrator.","email-otp-authenticator")), //[22] 36 36 array("Validation error","Error Notice",esc_html__("Validation error","email-otp-authenticator")), //[23] 37 37 array("Enter email","Label Text",esc_html__("Enter email","email-otp-authenticator")), //[24] 38 38 array("SEND FROM email id is INACTIVE.","Settings Notice",esc_html__("SEND FROM email id is INACTIVE.","email-otp-authenticator")), //[25] 39 array("Email does not match ed.","Error Notice",esc_html__("Email does not matched.","email-otp-authenticator")), //[26]39 array("Email does not match.","Error Notice",esc_html__("Email does not match.","email-otp-authenticator")), //[26] 40 40 array("Resend OTP","Link Text",esc_html__("Resend OTP","email-otp-authenticator")), //[27] 41 41 array("Post insertion failed!, please try again","Website Error",esc_html__("Post insertion failed!, please try again","email-otp-authenticator")), //[28] 42 42 array("Unable to send email. Check SMTP or else.","Website Error",esc_html__("Unable to send email. Check SMTP or else.","email-otp-authenticator")), //[29] 43 array("Out of Email Limit!, contact to website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact towebsite administrator to reset.","email-otp-authenticator")), //[30]43 array("Out of Email Limit!, contact website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact website administrator to reset.","email-otp-authenticator")), //[30] 44 44 array("Out of Email Limit!, please try again after {{remaining minutes}}","Warning Notice",esc_html__("Out of Email Limit!, please try again after ","email-otp-authenticator")), //[31] 45 45 array("{{remaining minutes}} minute.","Warning Notice",esc_html__(" minute.","email-otp-authenticator")), //[32] 46 46 array("{{remaining minutes}} minutes.","Warning Notice",esc_html__(" minutes.","email-otp-authenticator")), //[33] 47 array("OTP has sent on your email.","Action Response",esc_html__("OTP has sent onyour email.","email-otp-authenticator")), //[34]47 array("OTP sent to your email.","Action Response",esc_html__("OTP sent to your email.","email-otp-authenticator")), //[34] 48 48 array("OTP does not exist. Retry with new OTP.","Error Notice",esc_html__("OTP does not exist. Retry with new OTP.","email-otp-authenticator")), //[35] 49 array("User does not match ed.","Error Notice",esc_html__("User does not matched.","email-otp-authenticator")), //[36]49 array("User does not match.","Error Notice",esc_html__("User does not match.","email-otp-authenticator")), //[36] 50 50 array("The domain of your email is BLOCKED.","Warning Notice",esc_html__("The domain of your email is BLOCKED.","email-otp-authenticator")), //[37] 51 51 array("The domain of your email is NOT ALLOWED.","Warning Notice",esc_html__("The domain of your email is NOT ALLOWED.","email-otp-authenticator")), //[38] … … 59 59 array("You have been Successfully Registered.","Action Response",esc_html__("You have been Successfully Registered.","email-otp-authenticator")), //[46] 60 60 array("Registered but Login failed. Try to Login.","Website Error",esc_html__("Registered but Login failed. Try to Login.","email-otp-authenticator")), //[47] 61 array("You are not agree with our terms.","Warning Notice",esc_html__("You arenot agree with our terms.","email-otp-authenticator")), //[48]61 array("You did not agree with our terms.","Warning Notice",esc_html__("You did not agree with our terms.","email-otp-authenticator")), //[48] 62 62 array("Not Agree With Terms","Hacking Notice",esc_html__("Not Agree With Terms","email-otp-authenticator")), //[49] 63 63 array("You have successfully logged in","Action Response",esc_html__("You have successfully logged in","email-otp-authenticator")), //[50] … … 66 66 array("OTP Matched but unable to process","Plugin Error",esc_html__("OTP Matched but unable to process","email-otp-authenticator")), //[53] 67 67 array("Wrong OTP Attempts Crossed.","Warning Notice",esc_html__("Wrong OTP Attempts Crossed.","email-otp-authenticator")), //[54] 68 array("OTP does not match ed.","Error Notice",esc_html__("OTP does not matched.","email-otp-authenticator")), //[55]68 array("OTP does not match.","Error Notice",esc_html__("OTP does not match.","email-otp-authenticator")), //[55] 69 69 array("Invalid Email","Error Notice",esc_html__("Invalid Email","email-otp-authenticator")), //[56] 70 70 array("Please accept our Terms of Use.","Error Notice",esc_html__("Please accept our Terms of Use.","email-otp-authenticator")), //[57] -
email-otp-authenticator/tags/6.2.3/readme.txt
r3329828 r3330063 181 181 * Rectified: Sub menu text has been rectified in dashboard menus. 182 182 * Rectified: Clients bottom notes has been removed from settings. 183 * Rectified: Some phrases in form notes and messages have been rectified. 183 184 184 185 = 6.2.0 = -
email-otp-authenticator/trunk/lib/emailotpauthn-class.php
r3329828 r3330063 449 449 if(isset($formtexts) && !empty($formtexts)){ 450 450 $newnoticentxt = ""; 451 for ($nodx = 0; $nodx < count($formtexts); $nodx++) { 451 $totalnodx = count($formtexts); 452 for ($nodx = 0; $nodx < $totalnodx; $nodx++) { 452 453 if(isset($formtexts[$nodx][2]) && !empty($formtexts[$nodx][2])){ 453 454 if(!isset($extrnlcvrbl[$nodx]) || empty($extrnlcvrbl[$nodx])){ … … 463 464 $formnoticentxt = "#-ntbreak-#" . $formnoticentxt; 464 465 $savednoticentxt = explode("#-ntbreak-#",$formnoticentxt); 465 for ($nodx = 0; $nodx < count($savednoticentxt); $nodx++) { 466 $totalnodx = count($savednoticentxt); 467 for ($nodx = 0; $nodx < $totalnodx; $nodx++) { 466 468 if(isset($savednoticentxt[$nodx])){ 467 469 $extrnlcvrbl[$nodx] = $savednoticentxt[$nodx]; -
email-otp-authenticator/trunk/lib/emailotpauthn-external-class.php
r3329828 r3330063 33 33 array("Email does not exist.","Warning Notice",esc_html__("Email does not exist.","email-otp-authenticator")), //[20] 34 34 array("Request has been cancelled.","Hacking Notice",esc_html__("Request has been cancelled.","email-otp-authenticator")), //[21] 35 array("Request has been rejected due to security! Please contact to administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact toadministrator.","email-otp-authenticator")), //[22]35 array("Request has been rejected due to security! Please contact administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact administrator.","email-otp-authenticator")), //[22] 36 36 array("Validation error","Error Notice",esc_html__("Validation error","email-otp-authenticator")), //[23] 37 37 array("Enter email","Label Text",esc_html__("Enter email","email-otp-authenticator")), //[24] 38 38 array("SEND FROM email id is INACTIVE.","Settings Notice",esc_html__("SEND FROM email id is INACTIVE.","email-otp-authenticator")), //[25] 39 array("Email does not match ed.","Error Notice",esc_html__("Email does not matched.","email-otp-authenticator")), //[26]39 array("Email does not match.","Error Notice",esc_html__("Email does not match.","email-otp-authenticator")), //[26] 40 40 array("Resend OTP","Link Text",esc_html__("Resend OTP","email-otp-authenticator")), //[27] 41 41 array("Post insertion failed!, please try again","Website Error",esc_html__("Post insertion failed!, please try again","email-otp-authenticator")), //[28] 42 42 array("Unable to send email. Check SMTP or else.","Website Error",esc_html__("Unable to send email. Check SMTP or else.","email-otp-authenticator")), //[29] 43 array("Out of Email Limit!, contact to website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact towebsite administrator to reset.","email-otp-authenticator")), //[30]43 array("Out of Email Limit!, contact website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact website administrator to reset.","email-otp-authenticator")), //[30] 44 44 array("Out of Email Limit!, please try again after {{remaining minutes}}","Warning Notice",esc_html__("Out of Email Limit!, please try again after ","email-otp-authenticator")), //[31] 45 45 array("{{remaining minutes}} minute.","Warning Notice",esc_html__(" minute.","email-otp-authenticator")), //[32] 46 46 array("{{remaining minutes}} minutes.","Warning Notice",esc_html__(" minutes.","email-otp-authenticator")), //[33] 47 array("OTP has sent on your email.","Action Response",esc_html__("OTP has sent onyour email.","email-otp-authenticator")), //[34]47 array("OTP sent to your email.","Action Response",esc_html__("OTP sent to your email.","email-otp-authenticator")), //[34] 48 48 array("OTP does not exist. Retry with new OTP.","Error Notice",esc_html__("OTP does not exist. Retry with new OTP.","email-otp-authenticator")), //[35] 49 array("User does not match ed.","Error Notice",esc_html__("User does not matched.","email-otp-authenticator")), //[36]49 array("User does not match.","Error Notice",esc_html__("User does not match.","email-otp-authenticator")), //[36] 50 50 array("The domain of your email is BLOCKED.","Warning Notice",esc_html__("The domain of your email is BLOCKED.","email-otp-authenticator")), //[37] 51 51 array("The domain of your email is NOT ALLOWED.","Warning Notice",esc_html__("The domain of your email is NOT ALLOWED.","email-otp-authenticator")), //[38] … … 59 59 array("You have been Successfully Registered.","Action Response",esc_html__("You have been Successfully Registered.","email-otp-authenticator")), //[46] 60 60 array("Registered but Login failed. Try to Login.","Website Error",esc_html__("Registered but Login failed. Try to Login.","email-otp-authenticator")), //[47] 61 array("You are not agree with our terms.","Warning Notice",esc_html__("You arenot agree with our terms.","email-otp-authenticator")), //[48]61 array("You did not agree with our terms.","Warning Notice",esc_html__("You did not agree with our terms.","email-otp-authenticator")), //[48] 62 62 array("Not Agree With Terms","Hacking Notice",esc_html__("Not Agree With Terms","email-otp-authenticator")), //[49] 63 63 array("You have successfully logged in","Action Response",esc_html__("You have successfully logged in","email-otp-authenticator")), //[50] … … 66 66 array("OTP Matched but unable to process","Plugin Error",esc_html__("OTP Matched but unable to process","email-otp-authenticator")), //[53] 67 67 array("Wrong OTP Attempts Crossed.","Warning Notice",esc_html__("Wrong OTP Attempts Crossed.","email-otp-authenticator")), //[54] 68 array("OTP does not match ed.","Error Notice",esc_html__("OTP does not matched.","email-otp-authenticator")), //[55]68 array("OTP does not match.","Error Notice",esc_html__("OTP does not match.","email-otp-authenticator")), //[55] 69 69 array("Invalid Email","Error Notice",esc_html__("Invalid Email","email-otp-authenticator")), //[56] 70 70 array("Please accept our Terms of Use.","Error Notice",esc_html__("Please accept our Terms of Use.","email-otp-authenticator")), //[57] -
email-otp-authenticator/trunk/readme.txt
r3329828 r3330063 181 181 * Rectified: Sub menu text has been rectified in dashboard menus. 182 182 * Rectified: Clients bottom notes has been removed from settings. 183 * Rectified: Some phrases in form notes and messages have been rectified. 183 184 184 185 = 6.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.