-
Notifications
You must be signed in to change notification settings - Fork 0
[$250] Inviting users to a group: issue an token and validate accept invitation link #449
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
Comments
@atelomycterus - Thanks for that @sdgun - I have disabled the ability for copilots to send invites to groups in prod for the time being. |
Challenge https://www.topcoder.com/challenges/a6d96cd4-6b47-4172-8534-5252208d1860 has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/a6d96cd4-6b47-4172-8534-5252208d1860 has been assigned to obog. |
@jmgasper I added ChangesUnique token is generated. Only an invitee can use it. If the token is valid then the user is redirected to a group. If the token has expired: In other cases, general error should be displayed: Please apply PRs: Settings// e.g. '+15 min', '+1 day' Let me know if you need
|
@atelomycterus - Thanks, I'll keep that in mind for future functionality, if needed. |
Payment task has been updated: https://www.topcoder.com/challenges/a6d96cd4-6b47-4172-8534-5252208d1860 |
Verified using the link from another user and also invitation expiry after 20 minutes. Works as expected. |
Any user who knows the accept invitation link format can join groups including private after authorization. It could present a security hole into Vanilla. So before using this functionality with private groups in PROD, need to issue a token/generate invitation code and validate it.
The text was updated successfully, but these errors were encountered: