Skip to content

Commit 66981c3

Browse files
authored
Merge pull request #65 from senecajs/release
release preps
2 parents 76e0de0 + 12c6796 commit 66981c3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 1.2.0
1+
## 2.0.0 - 16.08.2016
22

3+
* Brute force protection: lock account after few failed attempts PR#63
34
* Add active check on token in user, auth pattern PR#56
45
* Dropped support for Node 0.10, 0.12
56
* Updated dependencies
File renamed without changes.

default-options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"confirm": false,
88
"oldsha": true,
99
"pepper": "",
10-
"lockTry": null,
10+
"failedLoginCount": null,
1111
"user": {
1212
"fields": [
1313
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-config-seneca": "3.x.x",
6060
"eslint-plugin-hapi": "4.x.x",
6161
"eslint-plugin-standard": "2.x.x",
62-
"lab": "10.9.x",
62+
"lab": "11.0.x",
6363
"pre-commit": "1.1.x",
6464
"seneca": "plugin",
6565
"seneca-entity": "1.2.x"

0 commit comments

Comments
 (0)