charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Allow a user to register and log in #10

Closed charwking closed 9 years ago

charwking commented 9 years ago

Users with a valid email address should be able to register for movie club and log in.

charwking commented 9 years ago

Do we really care if people register with valid email addresses? It makes for a better user experience when they forget their password (because we can send them a reset email). However, I can't think of any sensitive data that registered users will have access to. Nor can I think of an immediate way that a random registered user could sabotage the club.

For now, I'm thinking we just let anyone register and join the club, regardless of what they add as their email address. We may add features in the future that would require us to revisit this, but for now I don't think it's a problem.