How to check user password of Community Server 2007 from database...

Expand / Collapse
 
     

How to check user password of Community Server 2007 from database


Connect to database. (you can check this article to learn how to connect database)
- open SQL Analyzer and run the query at below. (replace [UserID] with the ID you like to check)

select Password from aspnet_Membership where UserID = (select UserId from aspnet_Users where UserName = '[UserID]')

You will see the password show in return result.





Add Your Comments


Name: *
Email Address:
Web Address:
Verification Code:
*
 

Details
Last Modified:6/27/2009 11:18 AM
Last Modified By: Mark
Type: How to do this?
Article not rated yet.
Article has been viewed 315 times.
Options