You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After thinking about this issue, I don't see a case where a non advanced user would need his secret key. Any advanced user would be able to retrieve it from the database. Consequently, the secret key should be removed from the user edit screen.
However, this means other changes have to be made in the overall activation process. Ad of now, a user can click "Generate Secret", which makes sense as the user then sees the secret key. If no key is displayed, though, this make a lot less sense.
From the user perspective, 2FA activation and secret key generation should be one and only one thing. See #28 for more details.
The secret key should not be displayed in clear text (security reasons). Instead, it should be retrieved by either:
The text was updated successfully, but these errors were encountered: