Tuesday, March 04, 2008 12:00 AM
A while ago i created a small utility that allowed me to easily switch between users in a portal. This is extremely usefull if you are developing a module or a site and you want to test different permissions for different users.
The current version of the module allows you to select whether host users can be switched to as well. Doing this means that you will never have to log on to your site again...
NB: Never use this module in a live environment, as it will make your site VERY insecure!
You can download this module from http://www.codeplex.com/userswitcher, and vote for it on the DNN Forge Page
(cross posted from my blog on...
Thursday, November 15, 2007 2:03 PM
While DotNetNuke 4.4.x already validates emails in the user profile with a regular expression, this regular expression could not be changed by portal admins. In DNN 4.5, the regular expression used to validate email address can be altered in the User Settings Page
Tuesday, June 12, 2007 8:09 PM
A frequent question in the forums is "How to upgrade my DotNetNuke install".. I thought i'd post a brief guide here for easy ref
Wednesday, February 07, 2007 9:25 PM
A lot of posts in the Install It! forum are from people wonder how to move their DNN installation from their development environment to production. In a nutshell, this is the process:
Thursday, January 25, 2007 2:30 AM
This night, I had to move a complete set of databases (20 in total) from one SQL server to another. In the past that has always taken me quite some time, so this time I set out to try to do this in a more efficient manner.