Archive for September, 2006

How to reset a DNN password at the Database

26 September 2006

If your DotNetNuke passwords all of a sudden stop working (like due to a failed upgrade), have no fear you can reset them at the database! This is not a hack, it uses the official aspnet Password Reset.
Open SQL Query Analyzer - Connect to your dotNetNuke database
Paste the following Stored Procedure code into the window, [...]