pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Add second recovery secret when user recovers account #1024

Open anikarni opened 7 years ago

anikarni commented 7 years ago

Once the user logs in with the old recovery code, we have to ensure a new recovery secret is added to the secrets document, before updating it in Bonafide.

Acceptance Criteria

Given I already had a recovery secret, when I submit my back-up email, I should have a second recovery secret encoded with the new recovery code in the secrets file.

In Scope

Out of Scope

Depends on

925