0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/routes
Sebastian Gierlinger 79a80b67ac Invite user API
closes #3080
- added users.invite() to add user from email with random password
- added `GET /ghost/api/v0.1/users/` to invite users and resend
invitations
- removed one user limit
- added global utils for uid generation
- changed some „“ to ‚‘
2014-07-02 16:22:18 +02:00
..
admin.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
api.js Invite user API 2014-07-02 16:22:18 +02:00
frontend.js Upgrade to Express 4.0 2014-06-08 17:41:25 -04:00
index.js