CodePlexProject Hosting for Open Source Software
Hello,
in my new Recipe I need to turn on some settins, ie: RegistrationSettingsPartRecord.UsersCanRegister.
How can I do it?
Thank you.
Here's an example:
<?xml version="1.0"?> <Orchard> <Recipe> <Name>Your Recipe Name</Name> <Description>Your recipe description</Description> <Author>Your Name</Author> <WebSite>http://your-site.com</WebSite> <Tags></Tags> <Version>0.1</Version> </Recipe> <Settings> <RegistrationSettingsPart UsersCanRegister="true" UsersMustValidateEmail="false" UsersAreModerated="false" NotifyModeration="false" EnableLostPassword="true" /> </Settings> </Orchard>
Perfect! Thank you.
Is it possible to use user input as a value?
Lets say I would like to use SiteName privided by User during the setup for setting the "RegistrationSettingsPart.ValidateEmailRegisteredWebsite".
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.