DotNetNuke Tips & Tricks

Entries for December 2008

Thursday, December 11, 2008 by Ian Robinson

"Improving the Secured File UX" Part Two

Filed under: Tips & Tricks

In Improving the Secured File Download UX for Unauthenticated Users I elaborated on a workaround hack to display a friendly error message and redirect to the login page when trying to access a file that had been through DotNetNuke's file ticket system. If you're in a situation where that solution makes sense for you - great. But what about future releases of the application? Should this functionality exist within the framework itself? Is it too trivial? Does it make sense for everyone that uses...

Read more

Friday, December 05, 2008 by Ian Robinson

Improving the Secured File Download UX for Unauthenticated Users

Filed under: Tips & Tricks

DotNetNuke has extensive security features. One of which is enforcing role based permissions when accessing files. The general workflow is to say that "Registered Users" get to see a particular file, you then create a link to that file using DNN, and as a matter of course, the roles are enforced. This uses what's known as a file ticket to request the file, so that it is not linked to directly. This is great if you are only providing those links to currently authenticated users. However, if you ...

Read more

Current Articles | Categories | Search | Syndication