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

Allow for private or invite-only registration #402

Open
5 tasks
arteymix opened this issue Nov 22, 2023 · 0 comments
Open
5 tasks

Allow for private or invite-only registration #402

arteymix opened this issue Nov 22, 2023 · 0 comments
Milestone

Comments

@arteymix
Copy link
Member

arteymix commented Nov 22, 2023

Some registries prefer having a private mechanism for registering users. The idea is that we will generate a secret token used for accessing the /registration endpoint.

Once a user has been registered, the token will be destroyed.

Tokens could be tied to a registration email, preventing one from using a token against a different email address.

Administrators would have the ability to invite users based on a list of email addresses.

Users could also have the ability to invite other users, though on a one-by-one basis.

  • add a configuration option to make registration private (or invite-only)
  •  hide registration links from the login page and other places
  • add an admin section to generate registration tokens & links
  • add a mechanism for sending invite emails with a template message
  • allow registered users to create invitation links
@arteymix arteymix changed the title Allow for private registration Allow for private or invite-only registration Nov 22, 2023
@arteymix arteymix added this to the 1.5.9 milestone Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant