0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
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
..
client Scoping tag styling to the tag control 2013-11-28 19:09:25 +00:00
server Adds login limiter 2013-11-29 01:24:25 +00:00
shared Create the config module, initially used 2013-11-25 16:35:16 -05:00
test Adds login limiter 2013-11-29 01:24:25 +00:00
ghost.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00