0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/functional
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
..
admin Adds login limiter 2013-11-29 01:24:25 +00:00
api Replace cookieSession with session 2013-11-24 15:29:36 +01:00
frontend Fix wrong error message 2013-11-15 15:27:06 +01:00
base.js Remove cookie from Frontend 2013-11-26 10:38:54 +01:00