It would be great to have the option to require a fresh 2FA challenge every time a user tries to reveal a password, not only at login. Right now, once a session is authenticated, any password in scope can be viewed without any further check. This means that if a session token or an unlocked device gets compromised, an attacker gets silent access to every password the user can see, with no second factor standing in the way. The idea is to add a setting, configurable by admins, that triggers a step up authentication prompt specifically on the reveal action for passwords (and ideally OTP reveals too). This should work regardless of which 2FA method the organization has configured, whether it is Hudu's native app based 2FA or an integrated method like Duo Push. So a user would log in normally, browse freely, but the moment they click reveal on a password, they get an extra native 2FA code request or a Duo push notification, and only after approving that would the plaintext value actually be shown. This would give admins the option to treat password reveals as a higher sensitivity action than general navigation, similar to how some other platforms already handle step up authentication for sensitive operations. It would also pair well with the existing SSO with MFA request already open on this board, since it addresses the same underlying concern, meaning that authentication used to enter the system should not automatically be enough to unlock the most sensitive content inside it.