MFA for Admin Actions: CreateResetPasswordToken#35465
Conversation
b9a1850 to
d7b206d
Compare
29f6ced to
b873854
Compare
|
@kimlisa It's expected that OTP wouldn't work on the WebUI. This is something I hope to add after the initial v15 release if it can be prioritized. |
hrm, i think we should render an actionable message that the user can take to fix this problem, like telling them that this action requires re-auth and OTP is not supported so they should add a hardware key (and maybe link them to the |
|
@kimlisa I added an actionable error message. If you think we should link them to their account page directly could you share a commit/diff to make that work? Also note that we are reducing the scope to only clusters that support webauthn, so TOTP only clusters will avoid this MFA flow entirely. |
16de23f to
8bccc53
Compare
c82806f to
7d2b847
Compare
kimlisa
left a comment
There was a problem hiding this comment.
this is much better, thanks 👍
3884f1f to
9ca0d37
Compare
7d2b847 to
764c3d2
Compare

Require MFA for
CreateResetPasswordToken.Part of RFD 131.
Based off #35386 to use the same test helpers.