Did you know users can already log in with just their e-mail address? The login form accepts either username or e-mail. Ripping out the login from CE will not prove easy. It's used everywhere to generate URLs. But if you really want to do it, start by looking at the to_param method on User (make it use the user's id instead of their login).
On Wed, Oct 14, 2009 at 9:47 PM, Christopher Becker <[email protected]>wrote: > > I'm interested in using email address only for signup/login on my > community engine site. When I do this, user related URLs fail to > generate: > user_things_url failed to generate from {... :user_id=>#<User id: 45, > login: nil...>} > > How can I fix this? > > TIA > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
