Questions tagged [password-retrieval]

10 questions
11
votes
5 answers

How to retrieve a saved ftp password from phpStorm?

I know that technically, this question should be asked on phpStorm's forums, but being a popular IDE (I bet an eventual solution would also work for other popular IDEs from JetBrains), I'm thinking: someone on SO might know and share the answer…
tao
  • 82,996
  • 16
  • 114
  • 150
2
votes
1 answer

Create password breaker for iPhone backup files

I lost all my photos and contacts in my iPhone, when I had to do a recovery, after I did an update. When trying to restore my old data from backup file, it prompted me for password. I have tried all passwords I normally use, but to no availe. I have…
1
vote
1 answer

Android: Retrieving Password via registered Email on My Server

i am working on retrieving password to the user when he submits his mail id that he registered on my server. I need to check whether he entered correct registered id and give him response by sending password to his corresponding mail and set dialog…
1
vote
0 answers

Retrieve login information based on user_meta

I have a client who wants her WordPress users to be able to retrieve their username/password even in the unlikely event, that they have forgotten both their username, password AND email address. Instead, they want the users to be able to retrieve…
JonHansen
  • 11
  • 2
0
votes
1 answer

ASP.net MVC - Where did the Password retrieval go?

Was it my imagination or did the earlier releases of ASP.net MVC have built in password retrieval? I'm not seeing it in version 1.0
Andrew Harry
  • 13,773
  • 18
  • 67
  • 102
0
votes
0 answers

How to access (use) passwords stored in MySQL myLogin.cnf

I need to access the password stored in myLogin.cnf from a batch script and a desktop application's connection string. Is this possible, and if so, how would I go about it? My scripts and application work fine with hardcoded passwords, but... I've…
0
votes
3 answers

to retrieve windows login-password via asp.net

public Object IsAuthenticated() { String domainAndUsername = strDomain + "\\" + strUser; ***DirectoryEntry entry = new DirectoryEntry(_path, domainAndUsername, strPass);*** SearchResult result; try { //Bind to the native…
0
votes
2 answers

asp.net password recovery not working

I am trying to understand the password recovery technique on asp.net membership. This is my web.config file: