code-for-portland-archive / trailheadit

Code for Portland project to enable in the field trailhead editors.
15 stars 3 forks source link

Authentication and admin pages #18

Open jmoe opened 10 years ago

jmoe commented 10 years ago

It's probably time to add real user authentication so that we can have more rich user profiles and have an admin panel.

hollocherdale commented 10 years ago

Were you still thinking devise and would you just add an admin role, or would you want to use something like can-can for multiple roles?

I think I can do this, I will just need to figure out how to create a user manually in the process_email file

jmoe commented 10 years ago

Yeah, I've been using the Device/CanCan, actually now it's CanCanCan with Rails 4, combination for auth and roles. Emailing in a photo can actually start the signup process, we should figure out a way to let the user finish signing up by adding a password.