0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Gabor Javorszky ad2bfb511f Made ember version of reset password work
Closes #2843

* Implemnted the ember validator correctly for both reset request and actual reset (with the token)
* added reset validator
* changed the request route addresses to be `/authentication/passwordreset`
* changed the format of data to be `{ thing: [ {data } ] }`

Missing:
* notifications
* tests for these use cases
2014-06-30 14:37:49 +01:00
..
client Made ember version of reset password work 2014-06-30 14:37:49 +01:00
clientold User API changes 2014-06-20 11:15:01 +02:00
server Made ember version of reset password work 2014-06-30 14:37:49 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js