Ghost/core/client/validators
Matt Enlow e27dd6f7df Reset password signs the user in
Closes #4196
- Clear confidential info on leaving reset route
- Remove nested password access, because gross
- Also cleaned up some .then(f, h) to .then(f).catch(h) in setup controller
2014-10-03 15:22:20 -06:00
..
forgotten.js Update validation to match server error. 2014-07-30 19:07:42 -04:00
new-user.js Create new user validator to DRY up validators 2014-07-25 13:20:40 -06:00
post.js Incrementing hard limits for Meta title and Meta description 2014-09-24 09:18:28 +02:00
reset.js Reset password signs the user in 2014-10-03 15:22:20 -06:00
setting.js Validation fix for number of posts/page 2014-08-13 12:08:09 -07:00
setup.js Create new user validator to DRY up validators 2014-07-25 13:20:40 -06:00
signin.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
signup.js Create new user validator to DRY up validators 2014-07-25 13:20:40 -06:00
user.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00