-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add action to resend the invitation email for a user #38774
Conversation
@phil-davis @JammingBen acceptance tests needed ? |
We have existing test scenarios like: https://github.com/owncloud/enterprise/issues/4454
We could add a scenario where the user "forgets" and the email needs to be sent again. It will need some additions to the page object for the users page, so that the test can find where to click to re-send the email. Who should do that? (I can get someone to look at it tomorrow, if you like) |
We take care 👍 |
Will this action only be showed when the user was invited via email initially? |
Nope, do you expect it to work that way? |
f7ffaa0
to
464cece
Compare
464cece
to
c3bcc98
Compare
@phil-davis now we also cover, that the first link has an expired/invalid token. Thanks for the hint! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe a designer should check the icon. It isn't crystal clear to me that you'll send an email. The color is also different from the trashbin icon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
@jvillafanez the color is different because we in a hover state in the first screen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add title attribute for tooltip
- Make icon look similar to delete
Kudos, SonarCloud Quality Gate passed! |
Maybe stupid but why not in addition a occ command set where you can trigger to resend an invite to either a named or all never logged in like:
|
I personally find it more intuitive via WebUI. The admin creates users via UI, therefore it makes sense to place this action there, too. These commands could be a nice addition though. |
Note: IMO |
Thanks. As @phil-davis points out, the action is currently only available via Web UI. Therefore the FR also only applies to Web UI. |
Description
Resend invitation email
Implemented an action to resend the invitation email for a user that hasnever been logged in yet.
Related Issue
Screenshots (if appropriate):
Types of changes
Checklist: