Skip to content
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

Support for invitations #113

Closed
juhangsin opened this issue Nov 29, 2019 · 4 comments
Closed

Support for invitations #113

juhangsin opened this issue Nov 29, 2019 · 4 comments
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@juhangsin
Copy link
Member

Currently we don't have invitation functionality in the system.

It needs to have 2 things:

  1. When the non-existing user wants to have an account within the system, group owner/user will be able to send an invitation for the user to sign up
  2. Group to be able to inviting an existing user who's not part of any group to be part of a specific group,
@juhangsin juhangsin added enhancement New feature or request good first issue Good for newcomers labels Nov 29, 2019
@juhangsin juhangsin self-assigned this Nov 29, 2019
@juhangsin juhangsin removed the good first issue Good for newcomers label Nov 29, 2019
@juhangsin
Copy link
Member Author

juhangsin commented Nov 29, 2019

Question for @evert

When the admin sends an invite email to a none existing user, would the URL contain a token or is it just a generic invite email with the /register link? Since what we have is anyone can register, I just want to make sure, but I understand that in the future or for a specific client, they would want this auth system to work as an invite-only.

@evert
Copy link
Member

evert commented Nov 30, 2019

I think starting off with a /register link is a pretty good start, but you are right.. this 100% needs to be tokenized for closed registration systems. I feel getting the initial flow right will help you make good steps in that direction though

@juhangsin
Copy link
Member Author

Current user being able to create a new non-user is completed.
Next step is a current user being able to send an email with the URI link for /register

@evert
Copy link
Member

evert commented Oct 12, 2021

See #186 for an updated ticket

@evert evert closed this as completed Oct 12, 2021
@evert evert added the duplicate This issue or pull request already exists label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants