0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional/admin
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
..
content_test.js Fix failing casper tests 2013-11-25 16:03:54 +01:00
editor_test.js Wait for menu to open in editor test 2013-10-28 22:00:17 +00:00
flow_test.js Fixed typos 2013-10-20 20:33:51 +00:00
login_test.js Adds login limiter 2013-11-29 01:24:25 +00:00
logout_test.js Clean up test database after tests 2013-10-14 22:39:52 -05:00
settings_test.js Refactored tests 2013-10-07 21:05:25 -05:00