What if you forget your host password?
You can't have a reminder sent to you because DNN does not allow super user to get their password through the send password function. The e-mail goes out, but the password is masked out. Here is a way of changing the host password directly in the DB. If you know the password of another user, then you can go to the aspnet_Membership table in the DB and find the Password and PasswordSalt, then copy both of these values to the Password and PasswordSalt fields of the host user. If you do not know the password of another user, you should be able to create a new user using the Registration form on your site. |