Ghost/core/server/models
Gabor Javorszky c515e20ea3 Adds login limiter
Closes #499
* On wrong passwords, statuses: `active` -> `warn-1` -> `warn-2` -> `warn-3` -> `locked`
* On login check, if user's status is `locked`, login automatically fails and user is encouraged to reset password. Does not even bother to check for passwords.
* login attempts tell user how many attempts she has remaining in notification box
* successful login will reset status to `active`
* resetting password with forgotten password emailed token resets status to `active`
* complete with a test suite
2013-11-29 01:24:25 +00:00
..
base.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
index.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
permission.js Updating to bookshelf 0.5.7 & knex 0.4.11 2013-10-17 18:23:36 +01:00
post.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
role.js Updating to bookshelf 0.5.7 & knex 0.4.11 2013-10-17 18:23:36 +01:00
session.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
settings.js Add transactions for import 2013-11-20 21:36:02 +01:00
tag.js Updating to bookshelf 0.5.7 & knex 0.4.11 2013-10-17 18:23:36 +01:00
user.js Adds login limiter 2013-11-29 01:24:25 +00:00