Conversation
supportHi How can I allow the users to enable OTP without going to their profile page? Is it possible to add a shortcode to render the contents of wp-otp-profile-display.php on any other page?
Hi @ibiglari I have created a new entry on the issue tracker here: https://git.feneas.org/noplanman/wp-otp/issues/14 May I ask your exact use-case for this? As it is now, you’d have to code your own shortcode, making use of the Wp_Otp_User_Meta class, which is a singleton and easy to use.
Hi. Sure. I have created a page for users to edit their profile / change password in front-end and have disabled their access to wp-admin/ altogether. I’d love to be able to offer them the option to enable 2FA on that page. Better yet, if I could force them to use 2FA because this site is going to deal with payments…
Hi @ibiglari I have created a new entry on the issue tracker here: https://git.feneas.org/noplanman/wp-otp/issues/14 May I ask your exact use-case for this? As it is now, you’d have to code your own shortcode, making use of the Wp_Otp_User_Meta class, which is a singleton and easy to use.
Hi. Sure. I have created a page for users to edit their profile / change password in front-end and have disabled their access to wp-admin/ altogether. I’d love to be able to offer them the option to enable 2FA on that page. Better yet, if I could force them to use 2FA because this site is going to deal with payments…