hhoopes / genome_match_maker

23 and Me-enabled matchmaking service for genetic research studies
http://genomematchmaker.herokuapp.com
0 stars 1 forks source link

Add researcher-user creation #17

Closed hhoopes closed 8 years ago

hhoopes commented 8 years ago

Primary addition was a standard CRUD-style creation of a researcher-user with a form that also pulls in their researcher credentials/profile. Landing page now directs a visitor to choose what kind of account they want to create, or if they want to login.

Bcrypt was implemented for passwords and participant-users have a default password for now because the entry doesn't save without a password.

closes #2