Page MenuHomePhabricator

OATHAuth re-auth for certain actions
Closed, InvalidPublic

Description

If a user account is using OATHAuth, for actions such as PasswordReset, they should be made to enter a new OATHAuth token before being allowed to continue. Similar to how phab has a "secure" mode for certain actions

I'm not sure what else this may be appropriate for, but keeping it "extensible"/making things as requiring reauth might be useful for some wikis for other sensitive actions...

Potentially things like viewing CheckUser stuff in a non fresh session?

Event Timeline

@Reedy I don't think this is really an OATH issue. This already is happening for certain sensitive actions such as password change and email change. This could be accomplished by simply requiring re-authentication in general for additional actions.

@Reedy I don't think this is really an OATH issue. This already is happening for certain sensitive actions such as password change and email change. This could be accomplished by simply requiring re-authentication in general for additional actions.

Are you sure? I just changed the password on my main account, no password re-entry or similar was required

I believe it is time based - had you recently authenticated before attempting this?

I believe it is time based - had you recently authenticated before attempting this?

Yup, seems you're right; this works already