Vijay Budhram
a9c8aca42a
feat(emails): notify users when they are running low on recovery codes ( #2429 ), r=@shane-tomlinson
...
Add a new email template `lowRecoveryCodes` that is sent when the user is running low on codes.
2018-05-10 12:44:38 -04:00
Phil Booth
df6cd60442
fix(server): enforce 'use strict' everywhere ( #2124 ), r=@vbudhram
2017-09-19 09:00:37 -04:00
Phil Booth
f10655d1b7
feat(server): add endpoint for consuming signinCodes
...
https://github.com/mozilla/fxa-auth-server/pull/1906
r=vbudhram,shane-tomlinson
2017-05-29 09:54:27 +01:00
Vlad Filippov
10d5b56ede
chore(deps): update shrinkwrap and latest eslint ( #1868 )
2017-04-28 15:07:53 -04:00
Vlad Filippov
e440d8f220
refactor(routes): remove preVerifyToken support ( #1690 ) r=rfk
...
Fixes #1599
2017-03-20 19:27:14 -04:00
Divya Biyani
8ca537cbcc
feat(space-unary-ops) : changes according to space unary ops eslint rule ( #1639 ) r=vladikoff
2017-02-08 10:39:56 -05:00
Sean McArthur
6c815d0416
test(all): switch tap runner for mocha
2016-11-08 18:26:46 -08:00
vladikoff
a929f9c9bc
fix(deps): update dev deps and latest eslint
2016-09-14 00:51:51 -04:00
Shane Tomlinson
df3b0dea41
feat(server): Remove the account lockout feature.
...
With signin confirmation and email caphta we have more targeted
meant to keep bad people at bay while minimizing friction for valid
users, account lockout no longer seems particularly elegant.
fixes #1359
2016-07-25 14:09:59 +01:00
Phil Booth
71e4126e62
fix(tests): sanely handle unicode email addresses in account tests
2016-03-02 12:49:52 +00:00
John Morrison
4d0f95a838
fix(tests): add an EventEmitter to test/mailbox
2015-07-15 20:18:12 -07:00
Danny Coates
4cabe83c1a
switch promises to bluebird from p-promise to match newer fxa services
2015-05-17 18:08:24 -07:00
Ryan Kelly
087abb2d99
Initial account lockout work
...
* API spec
* Add account/unlock/resend_code, account/unlock/verify_code routes and and related logic.
2015-02-26 16:06:22 +00:00
Danny Coates
a658008abe
fixed lint errors before @pdehaan flips a table
2014-01-18 11:29:39 -08:00
Danny Coates
8f3509fc7e
restructure tests
...
* created test/local for tests that can only be run locally
* created test/remote for tests that can run remotely or locally
* moved most api level tests to test/remote
* much more of the test suite can run remotely now :)
2014-01-17 19:20:00 -08:00