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

first class support for requesting a new key #50

Open
vilmibm opened this issue Sep 4, 2019 · 0 comments
Open

first class support for requesting a new key #50

vilmibm opened this issue Sep 4, 2019 · 0 comments

Comments

@vilmibm
Copy link
Member

vilmibm commented Sep 4, 2019

by far the most common help desk issue is "help i need a new key." there isn't a good way to solve for this without some manual intervention, but we should take a similar approach as we do to signups:

  • user fills out a form that validates they are submitting a valid public key
  • on form submit,
    • KeyRequestSignup is created
    • admin app sends an email verification

Requests are marked as "unverified" until the email address is verified; at that point, an admin can approve and process the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant