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

Validate recovery codes match for user #1039

Open anikarni opened 7 years ago

anikarni commented 7 years ago

To ensure the recovery code is correct before asking the user to create new password.

Design: https://projects.invisionapp.com/share/YXB1ZMJBG#/screens/226009153 (third screen)

Acceptance Criteria

When I submit the admin and user recovery code, I should see a message telling me whether my code was correct or not before setting my password.

In Scope

Out of Scope

Depends on

935