Home
»
Knowledgebase
»
ASP.NET plugins
»
Community Server
»
How to check user password of Community Server 2007 from database...
How to check user password of Community Server 2007 from database...
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.
Tags:
Community server
,
get password
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
Email Article
Print Article
Bookmark Article
Social Bookmarks
Comments RSS
Export As PDF
Powered By InstantKB.NET 2.0.4 © 2009