Hi @bobthedino ,
I can confirm the issue from my end, and it has been escalated to the developer. You can also check the progress of the escalation in the following issue: https://github.com/publishpress/publishpress-capabilities/issues/1592
Feel free to let us know if you have some information to add.
Thank you, I look forward to seeing the fix. I’m very impressed with the speed and responsiveness of your support for this plugin!
@bobthedino This is solved with the most recent release of PublishPress Capabilities: 2.40.
Hi, thank you for the update. It now almost works pefectly to hide the profile settings for Two-Factor.
Unfortunately the following two lines of text from Two-Factor settings still appear on the user profile page, even after disabling all the Two-Factor items inside the Profile Features settings page:
“Configure a primary two-factor method along with a backup method, such as Recovery Codes, to avoid being locked out if you lose access to your primary method. Methods marked as recommended are more secure and easier to use.”
“Authentication for REST API and XML-RPC must use application passwords (defined above) instead of your regular password.”
In the default state with all Two-Factor options enabled, these two lines of text appear immediately below the “Two-Factor Options” heading in the user profile.
Hi @bobthedino ,
I can see the issue here, but as a temporary solution, you can hide those sections by adding this to Admin Features: https://prnt.sc/FS4qMU8bbZum
fieldset#two-factor-options {
display: none;
I will discuss with the developer regarding this to get the perfect result in the next update.
Hi, many thanks. I’ve been able to use your suggestion successfully.