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
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
..
users Wiring up "resend" and "revoke" button on user management screen 2014-07-08 11:32:34 -04:00
app.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
general.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00