Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can't figure out how to add Register/Login functionality to a site in Orchard. Is there a Membership module or some configuration I need to enable?

EDIT: What I had in mind were modules along the lines of these that extend the existing User model with registration/profile functionality:

Extended Registration module: http://extendedregistration.codeplex.com/
Orchard Profile module: http://orchardprofile.codeplex.com/

share|improve this question

1 Answer

up vote 0 down vote accepted

It's under settings/users in the admin ui.

share|improve this answer
Thanks Bertrand, do I need to create new content types and a registration / login page? I'm new to Orchard and just getting familiar with some of the concepts. If you could point me to any documentation on how to implement or extend the membership functionality that would be great. – Brendan Oct 30 '11 at 22:41
No, that's it. As for extensions, depends what you have in mind, but there are a few profile modules that can help. – Bertrand Le Roy Oct 31 '11 at 4:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.