Contact Server Intellect Today!
   
 
  Just Released
Server Intellect Affiliate Program
  Products & Services
Website Hosting
Virtual Servers
Dedicated Servers
SSL Certificates
Domain Names
Affiliate Program
  About Us
Company Overview
Press Releases
Job Openings
Customer Reviews
Sales FAQ
  Tested & Certified
SecurityMetrics Certified
  Trusted & Verified
.

BBBOnLine Reliability Program

Better Business Bureau
Member Central Florida



Navigator: Home - Technical FAQ - How to Reset your ASPDotNetStoreFront Admin login
How to Reset your ASPDotNetStoreFront Admin login

Server Intellect Technical FAQ

This article will show how to reset your ASPDotNetStoreFront Admin login by manually editing the Database itself.

In the event that you lose your Admin password and are unable to recover it via email, the password can be manually reset in the database.

Always ensure that you have a recent backup of the database before making any changes.

 

Note: using this method to reset passwords may violate PABP guidelines, and should only be used if there is no other alternative.  On most sites admins may recover a lost password simply by using the lost password function on the admin signin page.

 

 

Procedure

 

To reset an admin user password:

 

  1. Connect to your database using SQL Management Studio, Enterprise Manager, or your web based database query tool.

 

  1. In a new query window, issue the following SQL statement:

UPDATE [Customer]

SET   [Password] = 'your new password here',

            [SaltKey] = -1,

            [LockedUntil] = DateAdd(mi, -1, GetDate()),

            [BadLoginCount] = 0,

[PwdChangeRequired] = 0,

            [PwdChanged] = GetDate()

WHERE [Email] = 'your admin email address here'

 

 

  1. Execute the query.  It should return:

(1 row(s) affected)

 

  1. In order for the password to be encrypted you must restart your site.  To do so, use one of the following methods:

 

    1. Recycle the application pool – some hosts provide the ability to recycle the application through your hosting control panel

 

    1. Touch the web.config file – ftp into your website, download the web.config file, and open it.  Then save the file and reupload.  Note that it is not typically necessary to change the file, only open it and save it.

 

    1. Reset IIS – You can restart your web services by going to Start à Run on the web server.  Type IISReset and press enter.  Note that any websites on the server will be unavailable during the reset.

 

 


Help us Improve! Please Suggest a New Article!



 
  Instant PDF Quote
Custom Configure your Server
  Windows Server 2008
Windows Server 2008
  Customer Reviews
I am VERY happy with the service I receive from Server Intellect. I am 100% confident to recommend your company.

Rod Paddock
Editor in Chief
CoDe Magazine
Read More  
  Microsoft Gold Partner
Server Intellect is a Microsoft Gold Certified Partner

Server Intellect is Microsoft SPLA Approved
Server Intellect is a Windows ASP.NET Hosting Advantage Member
Learn more about ASP.NET




Copyright© 2004 Server Intellect | All Rights Reserved
ASP.NET Hosting Windows ASP.NET Hosting Windows VPS Hosting Windows VPS Windows Dedicated ServersWindows Dedicated Server Hosting
Windows Web Hosting HELM Dedicated Servers HELM Dedicated Servers Community Server Hosting Community Server
| Privacy Policy | Terms of Service | Service Level Agreement | Acceptable Use Policy