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

Basic local registration support #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ehsanmasdar
Copy link

This implements "local" registration where usernames and hashed passwords are stored in the Postgres database. This also requires email verification via an email sent through a configured SMTP server.

This is copied from HackGT's prior work and doesn't currently include "coexistance" of both Quill and local auth options. That will require a bit of further refactoring.

This implements "local" registration where usernames and hashed passwords are stored in the Postgres database. This also requires email verification via an email sent through a configured SMTP server.

This is copied from HackGT's prior work and doesn't currently include "coexistance" of both Quill and local auth options. That will require a bit of further refactoring.
@rk9109 rk9109 requested a review from nmoroze September 8, 2018 01:12
@nmoroze nmoroze removed their request for review June 27, 2023 13:27
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

Successfully merging this pull request may close these issues.

1 participant