888-OVIONX-NET (888-684-6696)
Subscribe to In 10 Lines or Less Feed

In 10 Lines or Less


Relevant, short, and insightful newsletter highlighting emerging and practical technologies that can benefit your organization.

Login to DNN wth Username or Email

 
By Charlie Marval on 9/26/2009 8:57 AM
Logging to a DotNetNuke (DNN) site with either username or email is not supported out of the box. Here is a simple way to do this. First, make sure the membership provider in your Web.config is set to require unique emails when creating accounts. You'll find this on this section of your Web.config: add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false"...

DNN Role Subscriptions via PayPal

 
By Charlie Marval on 9/26/2009 7:54 AM
One of the worst documented features in DotNetNuke is the native role subscription and the integration to PayPal. After hours of Googling and trying several things, this is what worked for us. You'll still need to make sure to set the payment settings in the 'Site Settings' > 'Advanced Settings' > 'Payment Settings' (the processor userid is the email for the PayPal account you are using and the password can be left blank) The DNN page that redirects to PayPal located under WebsiteAdmin/Sales/PayPalSubscription.aspx...





© Copyright 2010 ovionx, Inc.  • Terms & Conditions • Privacy Policy