Identity/Firefox Accounts/Account lockout: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Task breakdown: remove duplicate entry)
(fill in fennec and content server details)
Line 23: Line 23:
** check for errno=104 on /account/{destroy,login} and /password/change/start
** check for errno=104 on /account/{destroy,login} and /password/change/start
** new error message for locked accounts (copy and l10n needed)
** new error message for locked accounts (copy and l10n needed)
* fennec
** https://github.com/mozilla/fxa-content-server/issues/1760
** check for errno=104 on /account/{destroy,login} and /password/change/start
* fennec (in the 36 cycle)
** new error page for locked accounts (copy and l10n needed)
** check for errno=104 on /account/login (fennec doesn't expose account destruction or password change)
** new error page for locked accounts (using the copy from the content server)
** https://bugzilla.mozilla.org/show_bug.cgi?id=1080242


== Deployment timeline ==
== Deployment timeline ==

Revision as of 00:57, 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