Changeset 3374661
- Timestamp:
- 10/07/2025 07:54:41 PM (5 months ago)
- Location:
- email-otp-authenticator
- Files:
-
- 2 edited
-
tags/6.3.2/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-otp-authenticator/tags/6.3.2/readme.txt
r3374626 r3374661 158 158 159 159 == Frequently Asked Questions == 160 = Can I use inline forms instead of popups? =161 Yes! Inline forms are supported from version 6.0.0 and above.162 163 = Can I log in to the WordPress admin using OTP? =164 Absolutely. Admins can log in securely using an email OTP.165 166 = Can I add a login popup to my site menu? =167 Yes, just add the class "emailotpauthn-popup" to your menu item’s parent element.168 169 = Can a guest user verify or register using OTP? =170 Yes, guests can register and verify their email starting from version 4.2.1.171 172 = Does it support SMS or WhatsApp OTPs? =173 Currently, only email OTPs are supported — SMS/WhatsApp features are planned.174 175 = Can I use multiple inline forms or popups on one page? =176 Yes, this is supported from version 6.0.0 onwards.177 178 = Can I process verification responses in my code? =179 Yes, you can handle popup responses using JavaScript, jQuery, or PHP hooks.180 160 181 161 #Can I use inline form instead of popup? … … 203 183 * Yes, this is supported from version 6.0.0 onwards. 204 184 205 #Can I process the authenticator response after failed or success verification?206 207 * Yes, you can process login/verification popup response through jquery/javascript/php code at any where in your website.185 #Can I process verification responses in my code? 186 187 * Yes, you can handle popup responses using JavaScript, jQuery, or PHP hooks. 208 188 209 189 == Screenshots == … … 236 216 237 217 = 6.3.2 = 238 * Released on: 07- Sep-2025218 * Released on: 07-Oct-2025 239 219 * Fixed: 2FA verification initialized from UI before OTP class trigger. 240 220 * Fixed: Load_textdomain_just_in_time notice resolved successfully. -
email-otp-authenticator/trunk/readme.txt
r3374626 r3374661 158 158 159 159 == Frequently Asked Questions == 160 = Can I use inline forms instead of popups? =161 Yes! Inline forms are supported from version 6.0.0 and above.162 163 = Can I log in to the WordPress admin using OTP? =164 Absolutely. Admins can log in securely using an email OTP.165 166 = Can I add a login popup to my site menu? =167 Yes, just add the class "emailotpauthn-popup" to your menu item’s parent element.168 169 = Can a guest user verify or register using OTP? =170 Yes, guests can register and verify their email starting from version 4.2.1.171 172 = Does it support SMS or WhatsApp OTPs? =173 Currently, only email OTPs are supported — SMS/WhatsApp features are planned.174 175 = Can I use multiple inline forms or popups on one page? =176 Yes, this is supported from version 6.0.0 onwards.177 178 = Can I process verification responses in my code? =179 Yes, you can handle popup responses using JavaScript, jQuery, or PHP hooks.180 160 181 161 #Can I use inline form instead of popup? … … 203 183 * Yes, this is supported from version 6.0.0 onwards. 204 184 205 #Can I process the authenticator response after failed or success verification?206 207 * Yes, you can process login/verification popup response through jquery/javascript/php code at any where in your website.185 #Can I process verification responses in my code? 186 187 * Yes, you can handle popup responses using JavaScript, jQuery, or PHP hooks. 208 188 209 189 == Screenshots == … … 236 216 237 217 = 6.3.2 = 238 * Released on: 07- Sep-2025218 * Released on: 07-Oct-2025 239 219 * Fixed: 2FA verification initialized from UI before OTP class trigger. 240 220 * Fixed: Load_textdomain_just_in_time notice resolved successfully.
Note: See TracChangeset
for help on using the changeset viewer.