0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Maurice Williams 889239b326 Wiring up "resend" and "revoke" button on user management screen
fixes #3214
- new ```resendInvite``` method on the User model encapsulates all logic
- only sending users email address when re-inviting, since the user already exists on the back-end
- ```revoke``` calls DELETE on /ghost/api/v0.1/users/:user_id
2014-07-08 11:32:34 -04:00
..
client Wiring up "resend" and "revoke" button on user management screen 2014-07-08 11:32:34 -04:00
server Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3201 from jaswilli/issue-3199 2014-07-06 20:28:29 +01: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