Identity/Firefox Accounts/Account lockout: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(fill in fennec and content server details)
(→‎Task breakdown: add the auth-mailer)
Line 13: Line 13:
** add new flag in DB
** add new flag in DB
** https://github.com/mozilla/fxa-auth-db-server/issues/89
** https://github.com/mozilla/fxa-auth-db-server/issues/89
* fxa-auth-mailer
** add new "unlock" email (copy and l10n needed)
** https://github.com/mozilla/fxa-auth-mailer/issues/16
* fxa-auth-server
* fxa-auth-server
** add new "unlock" email (copy and l10n needed)
** add new errno=104 return code to /account/{destroy,login} and /password/change/start
** add new errno=104 return code to /account/{destroy,login} and /password/change/start
** implement and document new API endpoints: /account/unlock/{verify_code,resend_code}
** implement and document new API endpoints: /account/unlock/{verify_code,resend_code}

Revision as of 04:22, 9 October 2014

Here is an implementation plan for the account lockout feature of Firefox Accounts.

Task breakdown

Deployment timeline

  1. deploy the new customs server with support for account lockout
  2. update auth server DB schema on production
  3. deploy content server with support for the new error code
  4. deploy auth server which honours locked accounts