gayle / two_tents

[If you start working on an issue, please assign it to yourself so others know that issue is in progress.] - [If you finish an issue, please tag it Fixed so that user acceptance testing can be performed. The issue will be closed by the tester.]
14 stars 6 forks source link

Login Capability #178

Open gayle opened 9 years ago

gayle commented 9 years ago

Using existing User class/users table, the user should be able to enter Username and Password to gain access to the site

gayle commented 9 years ago

Looks like the existing login stuff was home grown (tho I thought it was using restful-authentication). Can use Devise or something? Need to still be able to allow existing users to login w/o signing up again - whether that's making the new way use the old tables, or writing a migration to move data from old to new tables.