Hi,
To be frank, that was written many years ago. It probably means authy.com. But it’s unlikely to matter: the plugin uses the industry-standard TOTP protocol for generating codes, which is used by basically every one-time-code-generating app unless the app is something proprietary tied to one specific plugin.
> Does this plug in automatically delete the user’s OTP, like every 30 days?
I don’t think this question makes any sense. The TOTP protocol specifies codes that change every 30 seconds. https://en.wikipedia.org/wiki/Time-based_One-Time_Password
David
Is there a one-time-code-generating app that you like and can recommend for the iPhone (that isn’t google)?
>>I don’t think this question makes any sense.
Sorry. If the user has “Remember me” checked, does this plug in periodically delete the users cached TOPT? IOW, are users “forced” to reauthenticate at some given interval? I’m looking to know if this is going to cause regular headaches for non-techno savvy users.
Now I see the light. No offense, but your documentation could be clearer up on the role of the authenticator app and log out, followed by a later log in. “Now anytime you need to log in, you’ll have to bring up your authenticator app, see the new code and type it in.”
Sorry – I don’t know much about iPhones.
“Remember me” is a checkbox from WordPress that increases the length of your login session (i.e. how long until you have to provide credentials again) – 14 days instead of 2. You can get more control with https://ww.wp.xz.cn/plugins/remember-me-controls/ .
The Premium version of my plugin also adds a feature to allow the administrator to require the TFA code less often, via use of a browser cookie. i.e. Doesn’t change the WordPress session length (that’s handled by WordPress core and adjusted by plugins like the one above), so when a session ends, a user will still need to re-login with a username/password: but it controls whether the TFA code is also then required if they’ve previously supplied one in the same browser.