bigredhacks / quill

Registration system for Hackathons!
https://bigredhacks.com
GNU Affero General Public License v3.0
0 stars 1 forks source link

Test registration from all aspects #4

Closed SheaBelsky closed 6 years ago

SheaBelsky commented 6 years ago

Make sure a user can go from nothing to a registered account.

SheaBelsky commented 6 years ago

Add confirm field for password on user registration. Right now it just auto-consumes the user. Need to add a "Confirm Password" field, and some type of "switch" between Login and Register (looks like it's the same template, probably best to spin off register into its own template for permalinks and such.)

SheaBelsky commented 6 years ago

Registration template, route, and service implemented in https://github.com/bigredhacks/quill/commit/bcbde1237fc8c0af80e86b79c40064d80ea954e0. Need to get the email service stuff (#5 ) taken care of to make sure this works.

SheaBelsky commented 6 years ago

Move resume question to application