> > Is this documented, since knowing me it will be slow and laborious even with documentation :) > > Unfortunately, no (documentation is still a sore spot for CE). Basically, the Desert plugin (which CE requires) will take CE's user model and mix in methods from your user model (overriding any duplicates; yours take precedence).
CE's authentication is just based on restful_authentication (and before that, acts_as_authenticated). The edge branch is now using authlogic. I'd recommend using CE's authentication and user model, and then just adding your app-specific user methods in your user.rb. > Oh and, I'm especially hoping that after I integrate CE, I can also > make use of the facebook connect features, which I had embarked on > myself already, but sort of stalled. Can I still use the FB plugin for > CE if I provide my own authentication logic? > > Nope, CE_Facebooker depends on the authentication logic provided with the default CE distribution. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
