Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

38
votes
17answers
3k views

What is the best “forgot my password” method?

I'm programming a community website. I want to build a "forgot my password" feature. Looking around at different sites, I've found they employ one of three options: send the user an email with a ...
22
votes
6answers
2k views

Forgot Password: what is the best method of implementing a forgot password function?

I'm wondering what the best method is for creating a forgot password function on a website. I have seen quite a few out there, here are a few or combination of: passphrase question / answer (1 or ...
15
votes
2answers
5k views

Extract TortoiseSVN saved password

Is there any way to extract credentials saved by TortoiseSVN?
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 ...
6
votes
2answers
222 views

Three rather than Four step forgot password functionality

I am using the EZ Publish CMS: What is currently happening: From the forgot password page, user enters the email address that they used to register and submits User receives an email with a ...
6
votes
1answer
1k views

Adding forgot-password feature to Django admin site

How to add the forgot-password feature to Django admin site? With email/security question options? Is there any plug-in/extension available?
5
votes
1answer
667 views

Forgot Password Patterns or techniques? ¿pattern names?

I friend of mine just posted on Buzz a question: When you hit "Forgot your password" in most of the pages, they will send you an email with a link (most of the time it will expire after ...
5
votes
6answers
1k views

Why is challenge-response approach a poor solution for forgotten passwords?

My company is developing an online HR and Payroll application where securing access is critical. I'm clear on how to lock down most of the authentication/authorization processes, except for the ...
4
votes
5answers
193 views

'Forgot Password' throttling

I have a 'forgot password' system set up that sends an email with a reset link to the user. M question is: How can I prevent abuse of this system? How can I make sure that people don't use this to ...
4
votes
5answers
775 views

I Have md5 encrypted password, how to give the password to user when he uses “Forgot password”?

I have database entry for password in md5 format, but when user uses the "Forgot password" then how can i give him/her the desired password?
3
votes
2answers
699 views

asp.net membership change password without knowing old one

Evaluting the method signature, it is required to know old password while changing it. membershipUser.ChangePassword(userWrapper.OldPassword, userWrapper.Password) Is there any way to change ...
3
votes
3answers
2k views

asp.net 3.5 password recovery control in an mvc app?

Can I use the asp.net 3.5 Password Recovery control in an mvc application? We need to provide password retrieval capability for our mvc app and I would like to use the password recovery control ...
3
votes
4answers
2k views

Password reset by emailing temporary passwords

A group in my company is implementing a single-sign-on REST API for our applications. This authentication service has a password reset function. The application sends the username to the reset ...
3
votes
1answer
5k views

How to generate random password, or temporary URL, for resetting password in Zend Framework?

I have a basic authentication process that uses Zend_Auth_Adapter_DbTable. I have login and logout actions on my Authentication Controller. Now I want to create a function to reset forgotten passwords ...
2
votes
2answers
73 views

Designing login system for “lost email”

I am designing a website for a college oriented website and have some trouble designing the business logic behind the "forgot login" sequence. A user is registered through their college email so if ...
2
votes
3answers
2k views

How can I customize Devise to send password reset emails using PostMark mailer

I'm trying to get all of my system's email notifications under one umbrella using PostMarkApp and utilizing the Rails gems (postmark-rails, postmark-gem, and mail). I have successfully created a ...
2
votes
2answers
1k views

Some questions regarding implementing forgot password functionality in asp.net mvc

I want to implement a forgot-password feature in asp.net mvc that allows users to reset their password, and have some questions in this regard: Lets say that before allowing users to reset their ...
2
votes
1answer
372 views

Why should we make account activation/password reset links expire after some time?

Would there be any big issues if they never expire? Somebody forgot his password and requests to reset his password, an email with the password reset link is sent to him. He then suddenly remembers ...
2
votes
3answers
604 views

Password reset by email without a database table

The normal flow for resetting a user's password by mail is this: Generate a random string and store it in a database table Email string to user User clicks on link containing string String is ...
2
votes
3answers
877 views

User verification on the reset password page

I am writing a password-reset page for my website. Here's my idea: a. User click the "forgot password" link on the login page b. Redirect to my password-reset page c. User enter his email address ...
1
vote
2answers
99 views

Password Recorevy Without email

I was wondering if anyone has ever used, built or seen a password recoervy tool that was completely online and didn't require sending some kind of password reset email. I understand the security ...
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
2answers
127 views

Features of reset password functionality (one-click, one-use, 24 hours, ???)

We're setting up a feature to enable users to reset their password when they can't get access ot their account. We ask for their email address (which they use for logging into the site), send them an ...
1
vote
2answers
358 views

ASP.Net User forgot answer to password question

How can I reset a password for a user who forgot both the password and the answer to the password reset question? I'm using ASP.Net membership.
1
vote
1answer
81 views

Are manual activation and password reset pages still necessary?

I'm currently coding all of the account management functionality for my site, and have already implemented the account activation and password reset systems by e-mail. The e-mails each contain a link ...
1
vote
1answer
203 views

What approach could/should I take to change a password bearing in mind the requirements I have to follow?

I need to provide functionality to reset a users password on our asp.net web site. For this to be accomplished the user must provide the email address they registered with and the functionality ...
1
vote
1answer
528 views

Best Practice for Password Reset in ASP.NET MVC

I'm looking to emulate the password reset flow from www.live.com. That is (skip email option for now): 1) Screen asking/confirming the username 2) Ask reset method (account verification or email ...
1
vote
1answer
1k views

Forgot password using ASP.Net membership provider?

Is it possible to implement a "forgot password" using ASP.Net membership provider? Any sample link is appreciated. Thanks
1
vote
2answers
274 views

using asp.net sqlmembership how do i send a user their password if password format is set to hashed

setting type to hashed seems to not allow enablePasswordRetrieval. what if a user forgot their password?
1
vote
3answers
427 views

Validating User Oracle Passwords for Reset application

This is a mix of programming and sysadmin but I decided its more of a programming issue. Currently working building a password management web application for managing Oracle user accounts (C#). The ...
1
vote
9answers
530 views

Should I provide lost credentials to users via a direct message on Twitter?

Is it better (more convenient or secure) to provide users with a lost username or password via direct message on Twitter rather than via email?
1
vote
2answers
3k views

How to not use ASP.Net Membership Security Question and Answer for custom password recovery?

I don't want to have the security question and answer feature that ASP.Net Membership Provider gives, but I DO want to enable a lost/forgotten password page. This page would be where a user would ...
0
votes
2answers
44 views

Devise Forgot Password for logged in user

I'm wondering if there is a manner of calling the 'forgot password' procedure without forcing my user to log out The case I'm running into is: 1. a user logs in with facebook, a fake password is ...
0
votes
1answer
32 views

hsqldb bypass authentication: reset forgotten user and password

I have a set of database files (i.e. .data, .properties and .script file) in hsqldb format, but the person who managed them previously quit and left no credentials. When I try to connect to the ...
0
votes
2answers
35 views

apache mysql forgot password

I had setup a password when I installed apache, mysql etc. and now I forgot it. How can I change it? Maybe create a new account? I just need access to the database. EDIT: I'm using it on ubuntu ...
0
votes
0answers
218 views

Prestashop migration - broken URL, bad redirect, and can't reset admin password / access back-end office

So I have a local copy of prestashop (~Sites/shop) and my /etc/hosts set up so that 'localhost/shop' lets me develop on it. I'm ready to push it to the server, where its temporary spot is ...
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
63 views

Forgot Password REST resource

What is the best practice for implementing a REST call for sending out a password. By this I mean what is best practice for having this as a resource? /User/ForgotPassword and then post in the ...
0
votes
1answer
84 views

Rails3: unable to install forgot_password plugin in Rails3

I am using restful_authentication plugin in my Rails3 app and now in trying to install forgot_password plugin to work with it, there was no problem installing the plugin that all went pretty smooth ...
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
2answers
129 views

How can i send password to user mail in grails?

I am new to grails,i have login form for my app for which i have not used spring-security-plugin..now i want to have a link in login form called forgot password which will retrieve it from data base ...
0
votes
1answer
123 views

Forgotten Password in Rails

I am trying to implement a forgotten password solution in rails. I have a form for the user to enter the email address for their registered account, and I intend to have a mailer email them a unique ...
0
votes
0answers
92 views

Google Video: reset password (forgot e-mail address) [closed]

Google Video is expiring today, and we need to transfer our videos to YouTube. Now, we have a bunch of videos but can not remember which e-mail address was used. Nor the password. We DO know the ...
0
votes
1answer
1k views

SharePoint 2010 Claims Auth/FBA - Reset password not working

I have a SP site with Claims Authentication and FBA setup. Dual auth Win/Forms is working perfectly. I have a asp:PasswordRecovery control on app page. It appears to lookup the account correctly - ...
0
votes
2answers
312 views

Forgot password php prevent too many emails being sent

Currently my users can repeatedly send emails using forgot password link. How can I prevent people from spamming it. I already have a recaptcha.
0
votes
1answer
215 views

Recommendations for encrypted password and email retrieval

I just finished encrypting the passwords in my database using a salted sha1. Naturally I'll need to implement a forgot password link ( email as well ). I have make shift versions of those right now ...
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
4answers
378 views

How to keep passwords safe when a “Forgot Password” function is available

A colleague and I are discussing how to implement "Lost Password" feature on our company's proprietary web application. We have already decided that to create an account there will be three required ...
0
votes
3answers
735 views

How to open locked app in design mode?

Our MS Access 2000 developer left the company a year ago. We need to open his app in design mode in order to make modifications. Double-clicking the .mdb file while holding the shift key doesn't work. ...

1 2