Usernames are evil. How can I make Restful Authentication only require a username and password, inst
Posted
by Koning WWWWWWWWWWWWWWWWWWWWWWW
on Stack Overflow
See other posts from Stack Overflow
or by Koning WWWWWWWWWWWWWWWWWWWWWWW
Published on 2010-05-10T17:40:38Z
Indexed on
2010/05/10
17:44 UTC
Read the original article
Hit count: 306
ruby-on-rails
|restful-authentication
As the title sais: How can I use the Restful Authentication Plugin with Ruby on Rails. When I want to create a new user, it requires me a (wrong-named, confusing field) login
(= username), email address
and password
. However, I want, like Facebook does, only require the user to enter an email address and password, not a username. People will also login with this email address.
Can anyone help me?
© Stack Overflow or respective owner