0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models
Gabor Javorszky 5999d01b7d Repaired email sending, implement password reset
Closes #288
* I use SendGrid for sending the emails, and it works fine (provided you supply the correct credentials in `config.mail` in `config.js`)
* Generates a random 12 char long alphanumeric password, replaces user's pw, and sends an email about it.
2013-09-01 00:20:12 +02:00
..
base.js Validation consistency 2013-08-25 18:10:12 +01:00
index.js added url handlebars helper 2013-08-26 23:58:35 +01:00
permission.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
post.js Strip whitespace on titles 2013-08-30 08:04:32 -05:00
role.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
settings.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
user.js Repaired email sending, implement password reset 2013-09-01 00:20:12 +02:00