Obtain correct password of websitepanel user
- Login to your server via Remote Desktop.
- Navigate to WebsitePanel's Enterprise Server directory (C:\WebsitePanel\Enterprise Server).
- Locate and edit web.config file.
- Find the Connection strings section and copy the password of websitepanel user from web.config file.
- Close the file.
Reset websitepanel user password from MS SQL Server
- Login to MS SQL Server 2008 via SQL Server Management Studio with "sa" user.
- From the Object Explorer pane, expand the Security and then Logins option.
- Right click on WebsitePanel username and click Properties.
- Type the new password in Password field and retype it in Confirm Password field.
- Uncheck the option Enforce Password Policy.
- Click on OK button.