techx / cog

:gear: A hardware checkout system for hackathons
https://code.hackmit.org
GNU Affero General Public License v3.0
25 stars 21 forks source link

Basic local registration support #24

Open ehsanmasdar opened 6 years ago

ehsanmasdar commented 6 years ago

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.