Tagged Questions
The password-recovery tag has no wiki summary.
7
votes
2answers
3k views
ASP.NET Membership Provider - Reset Password Features - Email Confirmation and Password Change
Does anyone has a solution (sample code) for the following features:
Create a randomGuid/Cryptographically
strong random number
Send a unique URL containing the
random number to the user's email
...
7
votes
3answers
1k views
Resetting ASP.NET password - security issues?
I've seen various questions regarding this issue, but there are a couple of questions that haven't been asked. If the user forgets their password, I would like them to be able to reset it with only ...
4
votes
4answers
545 views
how to insert image into email template
I'm trying to use the PasswordRecovery of ASP.NET.
Everything works fine, however I am using Email template. Within this email I'm trying to insert an image as follows:
<html ...
4
votes
2answers
337 views
RESTful password reset
What is the proper way to structure a RESTful resource for resetting a password?
This resource is meant to be a password resetter for someone who has lost or forgotten their password. It invalidates ...
3
votes
2answers
101 views
Are there any known algorithms, open source programs, or white papers for cracking a password given a known portion of the password?
Essentially a a friend of mine locked himself out of an encrypted container he created. He must have made a typo when entering his password, because he cannot access the container. We know what it is ...
3
votes
2answers
2k views
Recover SVN password from local cache
is there a way to recover a password from local cache? The password has to be stored somewhere because I can run
svn co http://my.svn.server/foo
but I've lost the password it self. Do I have to ...
2
votes
2answers
54 views
Forgotten password in webapp
I'm currently working on the administration pages for my website, and I've now reached a point where I'm starting to look at how a user can retrieve or be given a password if they forget the original.
...
2
votes
3answers
79 views
How do single click expire links work from context of reset password
I am designing & developing "Reset Password" form, where user provides username/email address so that application will send a link in a email for the user to click and type a new password. My ...
2
votes
3answers
500 views
Where to find C# sample code to implement password recovery in ASP .NET MVC2
How to implement password reset in MVC2 application?
Passwords are hashed using ASP .NET membership provider. Password recovery question is not used. Standard ASP .NET MVC2 project template with ...
2
votes
1answer
374 views
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 ...
2
votes
3answers
689 views
Connection refused with a very basic password reset
Novice to django here, currently trying to implement a password recovery using the admin password_reset function but I'm getting an error. From what I've read about other people with similar problems ...
2
votes
1answer
425 views
How to check if password answer matches what is provided by a user in ASP.Net
I simply want to know how to manually check if the value a user has provided for the answer to their security question matches their current answer on record. I want to use the build in support of ...
2
votes
1answer
338 views
asp.net MVC password recovery tool not working
I am using the password recovery control in an ASP.NET MVC 2 web app. When I click the submit button without a username, it indicates the username is missing with an asterisk. If I put in an a ...
2
votes
3answers
479 views
ASP PasswordRecovery not working
I have an ASP PasswordRecovery module on a page, the code comes up like this:
<asp:PasswordRecovery ID="PasswordRecovery1" runat="server">
<MailDefinition From="[email]">
...
1
vote
1answer
23 views
Rails — Password Recovery
This question may be a little abstract, but I was wondering what the best/standard method for implementing password recovery is. I am trying to implement it in my code right now but the method I'm ...
1
vote
3answers
73 views
How to recover a password forgotten by the user if the password is saltedhash?
I just learned to use salt and hash to secure the passwords in my database. Now, I need to create a module that will allow the user to recover the password if they forgot it. How can I do that if the ...
1
vote
1answer
47 views
What are the best practices for applications that need to send automatic emails (like password recovery service) and avoid e-mail blacklists?
I work at a university, on a project for a web driven academic management system and I'm currently facing the following problem:
Sometimes the application needs to send e-mails, most of then are sent ...
1
vote
0answers
95 views
PasswordRecovery and a MembershipPasswordException problem
I have a PasswordRecovery control in my site.
I have my own customized class implementing MembershipProvider.
One of the methods is GetPassword, with username, answer as parameters.
it is activated ...
1
vote
2answers
118 views
What type of security should I use if I wish to have a Forgotton Password ability on our website? AES?
unfortunately, we've been requested to offer our users the ability to get an email sent to their registered account, their password .. if they have forgotten their password.
"Click here if you have ...
1
vote
1answer
186 views
how to retrieve a non sa password in sql server?
Is it possible to retrieve (if the user has sa rights) the password of a user in Sql Server 2008 R2?
The scenario is this: I need to automatically store in a document the list of all usernames and ...
1
vote
1answer
308 views
How do I know sqlIte version and password of a db file?
I have a db file but I don't know whether it was created with System.Data.Sqlite or anything else. And I also don't know its password.
Is there any way I can know sqlite password and db file version?
...
1
vote
1answer
79 views
asp.net membership not sending login reminders
I'm using asp.net's built-in membership provider with security question-and-answer enabled for password recovery against a SQL Server 2005 db. For some users, this works fine and they're able to ...
1
vote
2answers
244 views
help in using asp.net password recovery
i am trying to use the password recovery control provided by asp.net 3.5 and i get this error when the user presses submit :
Microsoft JScript runtime error:
...
1
vote
1answer
865 views
Progress database administrator password recovery or reset
A client of mine have a progress 7.3 database. The company that made the system is out of business, and he wants to export the data to text files.
However, the company did not give him the admin ...
1
vote
2answers
3k views
Is there a way to break into a PostgreSQL database if you forgot the password?
I have a client that has a PostgreSQL database and he cannot remember the password that we used when the database was setup. Is there a way to recover that information so I do not have to blow away ...
0
votes
1answer
18 views
Statement invalid when attempting to implement password_reset Railscast
I'm attempting to implement Railscast #274 in my app so I can provide a password reset option. I got to the point where I can type my email into a form for password resets and receive an email with a ...
0
votes
1answer
34 views
How can i change or update password in asp.net membership via sql server
I have to change a password to something else, I have got all the details like userid, username, encrypted password, password format.
How can I change the password via SQL in asp.net membership?
0
votes
0answers
10 views
Why OnVerifyingUser event doesn't fire in PasswordRecovery control?
I use asp:PasswordRecovery control to send new password by email without question/answer.
when I enter username in username textbox it's work but when I enter email instead of username it doesn't work ...
0
votes
2answers
39 views
Password Reset Link Expiry
I wonder whether someone could help me please.
I've been doing quite a bit of research on the 'Password Reset' process and from one of the tutorials I found, I've been able to put the following code ...
0
votes
1answer
57 views
Remote password generation
We have a system deployed in remote locations where internet access isn't guaranteed, a part of the system requires a password, however users may forget their password and ask for recovery options.
...
0
votes
0answers
31 views
How to allow users to submit password in the registration form and reset their password by sending link to their email using ZEND? [closed]
I know how to do this for email address and username, but not password.
Please help.
Thanks.
0
votes
2answers
110 views
Change error message for locked out user in PasswordRecovery control
I use the ASP.NET PasswordRecovery control in combination with the standard membership provider. A locked out user gets the confusing error message
We were unable to access your information. Please ...
0
votes
1answer
93 views
Backing up dolfin browser saved passwords in bada
I'm using a Samsung Wave 2 with Bada OS on it. I'm wondering if I can see / backup my saved passwords on Dolfin Browser. I can code if required.
0
votes
0answers
73 views
How to send my new recovery password in ASP.NET Configuration tool?
I don't understand simple things how to send decrypted e-mail using password recovery in ASP.NET Configuration tool? Or how can I send to user my own new password without encrypt and this password ...
0
votes
1answer
35 views
Techniques to avoid the oracle attack on matching accounts info that a password reset system could lead to
Let's say you create a password reset system for your webapp. The system requires either a username or an email to send out the reset link to an account's email.
Consider these conflicting ...
0
votes
1answer
312 views
Password reset code example request on parsing url
I'm developing with Codeigniter and working on password reset using a similar model to Amazon: The user clicks on a link that I email and this leads into the controller that launches the appropriate ...
0
votes
2answers
231 views
Password Recovery Control Timeout Connecting to Gmail
I am using password recovery control and i am getting an error
The operation has timed out.
The web.config has the following code:
<system.net>
<mailSettings>
...
0
votes
2answers
514 views
How decryptum cracks excel file password
does anyone know how decryptum.com cracks excel file password in under 3 minutes? I am looking to see if we can develop something like that.
PS: I had posted a similar question earlier and that was ...
0
votes
2answers
53 views
Allow Access for Locked out user [closed]
I am trying to figure out if for my forgot password script if a user is trying to access it and puts in either their username or email address if I should still let them try and do a password recovery ...
0
votes
3answers
199 views
How to retrieve admin password set during Admin info?
I have successfully installed Magento 1.5.1.0 in my localhost.Then i go to admin panel and tried to login with the username and password I set, but it says wrong password.Then I clicked forgot ...
0
votes
2answers
183 views
Adding subclassed password recovery control to page causes “An entry with the same key already exists.” error
I am trying to subclass the password recovery control in asp.net (4) so that I can override the behaviour of the OnVerifyingUser event but I'm having trouble adding my subclassed password recovery ...
0
votes
1answer
158 views
django anonymous_required custom decorator clashing with password_reset views
I am using the built-in auth_views.password_reset(_confirm, _done, _complete)functionalities, and I would like to limit access to these views only to non-logged-in (anonymous) users, because it ...
0
votes
1answer
320 views
ASP.NET 4 Password Recovery Validation failing in IE only
I'm using the ASP.NET Membership provider and using the Password Recovery control to reset the user password if they forget it. On the whole it all works fine, but with one catch when it comes to ...
0
votes
1answer
41 views
Safe way to retrieve secret keys
I'm working on an app that has a red button. What that means is that every client account has two (secret) keys that are automatically generated. When someone enters those keys on a special (public) ...
0
votes
4answers
233 views
Forgot password page, but passwords are hashed
I need to implement a Forgot Password page, but my passwords are salted & hashed so I can't retrieve them conventionally. My idea was to do the following:
When a user clicks the Forgot
Password ...
0
votes
2answers
433 views
Password in postgres 8.3 not working
i have installed postgres 8.3, i entered test as the password while the installation...my problem is that each time i try to access the local database...each time i enter the password...it say ...
0
votes
2answers
85 views
How can I create, and consume a pseudo-random password?
I have an Android app that I allow users to have a password in and "lock" the app so their friends can't look inside without their password. It doesn't use a web service or anything, and the password ...
0
votes
3answers
183 views
Are reset password links a bad idea?
We have a password reset web application. The application sends out an confirmation code to an alternative e-mail. My manager believes it is not a good idea to include a link to the page were you have ...
0
votes
2answers
105 views
Temporary password must be changed
When a user is having difficulty signing in, they enter their email address to recover their password. My php sends a temporary password (random long number, encrypted in db). However, I want them to ...
0
votes
2answers
247 views
<asp:PasswordRecovery > How to Customise the E-mail sent to the user?
I have currently setup a basic membership system in ASP.NET and have used the
<asp:PasswordRecovery ID="PasswordRecovery1" Runat="server"></asp:PasswordRecovery>
To deal with the ...