WPIntell

Source evidence

Use in FrontEnd

WP-OTP · support · 2019-01-22T03:03:00+00:00

complaintsentiment
highseverity
0.96relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 34 rows with source links

23.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ibiglari unresolved
Hi 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…

Comments

2 shown
noplanman 2019-01-22T11:09:00+00:00

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.

ibiglari 2019-01-22T11:15:00+00:00

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…