-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invite a user modal #3079
Comments
@morficus is grabbing this |
@PaulAdamDavis is there any pre-styled HTML for this modal? |
@morficus Currently, there is not. I'll get it done this morning for you. :) You will however need to run Ghost-UI locally, using the Bower Link magic, if you aren't already. |
@morficus Just took #3189 for a spin, and started making this modal to style, but I it's possible we'd both do the same job, but mine wouldn't be functional. Instead of me doing just enough to style, I think the best way to go about this, is if you make the modal, I'll pull down the PR, then style properly. |
@PaulAdamDavis works for me. I'll probably open a PR for this later today. |
Closes TryGhost#3079 - new controller and template for invite-new-user-modal - actually triggers email invite via POST /ghost/api/v0.1/users/ - setting default language value (on the client) when creating a user - only available role is "Author" - pending 3196 - updates to UsersIndexController to allow dynamic property calculation and template rending
Requires #3078
The add button on the new
users
screen created in #3078 needs to be wired up to show the invite user modal:To begin with
author
should be the only role available in the dropdown until #3083 is implemented.The pre-styled HTML for this new screen is here: https://github.com/TryGhost/Ghost/blob/master/core/client/html/user-management.html
The original Ghost-UI issue is here: TryGhost/Ghost-UI#21
The text was updated successfully, but these errors were encountered: