-
Notifications
You must be signed in to change notification settings - Fork 1
As a user I want the option to set up 2FA in the First Run wizard #292
Copy link
Copy link
Labels
Authentication and user systemThe core authentication functionality of ArcOS; usernames, passwords, etcThe core authentication functionality of ArcOS; usernames, passwords, etcNew featureThis issue adds a new feature that has never been seen beforeThis issue adds a new feature that has never been seen beforePreferences & user settingsUser info, user preferences, anything in the settings app, ykUser info, user preferences, anything in the settings app, ykenhancementNew feature or requestNew feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Authentication and user systemThe core authentication functionality of ArcOS; usernames, passwords, etcThe core authentication functionality of ArcOS; usernames, passwords, etcNew featureThis issue adds a new feature that has never been seen beforeThis issue adds a new feature that has never been seen beforePreferences & user settingsUser info, user preferences, anything in the settings app, ykUser info, user preferences, anything in the settings app, ykenhancementNew feature or requestNew feature or request
When logging in to an ArcOS account for the first time, you're greeted by the First Run app. This app walks you through personalizing your ArcOS account, and choosing some options like enabling third-party applications. This issue adds another page to First Run that asks the user if they want to turn on 2FA:
When the user chooses to enable 2FA support, the TotpSetupGui should be invoked on the PID of the login screen. The First Run application should wait for TotpSetupGui to exit before continuing to the next page.