jsquare / hikeplanner

Find a hike you'll like!
GNU General Public License v2.0
1 stars 0 forks source link

Allow users to log in #20

Open jason-curtis opened 10 years ago

jason-curtis commented 10 years ago

Users should be able to authenticate and then continue to be authenticated throughout their session. This will eventually allow them to access a user profile page and see personalized information on various pages but that's not required for now.

cgallello commented 10 years ago

If I add a comment will you receive a notification and respond? #StillLearningGit

jason-curtis commented 10 years ago

eventually perhaps!

cgallello commented 10 years ago

WHAT I didn't even have to reload the page. Well done, Github.

cgallello commented 10 years ago

Notes for myself. Still need to do the following: -Form validation and error handling -Emails and confirmation links -Create user profile page and add new schema (email address, default location, favorited hikes, etc etc) to db -Additional fields for register form -FB/Twitter connect to provision new user account -Logout confirmation message -Prettify all new pages (register, login, logout, etc)

Any others @thatneat ? Or anything that I shouldn't do from the above?