SharePoint server 2013

Hi,

I have created Random Password using Membership for FBA User.Once get approval from admin,will trigger an email to user to access the site.Here i want to retrieve the password from Aspnet membership table.Password was encrypted..how to get the password from table.

September 7th, 2015 2:47am

As far as I know, you cannot retrieve password from IIS or SQL server because it is a security breach. You can reset the password using tools available on internet

If you are good with programming then you need to create your own membership provider, set enable password retrival to true and try

https://msdn.microsoft.com/en-us/library/system.web.security.sqlmembershipprovider.enablepasswordretrieval(v=vs.110).aspx

Free Windows Admin Tool Kit Click here and download it now
September 7th, 2015 2:55am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics