Usernames are evil. How can I make Restful Authentication only require an email address and password
- by Koning WWWWWWWWWWWWWWWWWWWWWWW
As the title says: how can I use the Restful Authentication Plugin with Ruby on Rails. When I want to create a new user, it requires me to set the (wrong-named, confusing field) login (= username), email address and password. However, I want, like Facebook does, to require the user to enter only an email address and password, not a username. People will also login with this email address.
Can anyone help me?