0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers/settings/users
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
..
index.js Implementation of "invite a new user" modal 2014-07-06 16:18:51 -04:00
user.js Wiring up "resend" and "revoke" button on user management screen 2014-07-08 11:32:34 -04:00