Ghost/ghost/admin/controllers/settings
Maurice Williams 2b13a054d3 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