pclubuiet / website

Programming club, PU official website.
https://pclubuiet.herokuapp.com
GNU General Public License v3.0
14 stars 70 forks source link

accounts: Add Signup option #148

Closed sagar-kalra closed 6 years ago

sagar-kalra commented 6 years ago

Add Option for users to signup and create account.

Fixes https://github.com/pclubuiet/website/issues/125

gurpreetsingh00885 commented 6 years ago

why go through all the trouble by implementing everything yourself? why not use a pluggable app? like allauth for instance. Now you need to create login etc too.

divyam3897 commented 6 years ago

+1 for using oauth

sagar-kalra commented 6 years ago

okay :+1: will implement it and send a PR by tomorrow.