View Issue Details

IDProjectCategoryView StatusLast Update
0003706mantisbtbugtrackerpublic2004-08-29 02:35
ReporterDGtlRift Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Summary0003706: Password reminder
Description

It would be nice feature for a user that cannot remember their password to either have a password reminder or an authentication url token to change the password be emailed to the user.

TagsNo tags attached.

Relationships

duplicate of 0000633 closedmasc email lost password page 

Activities

stef02

stef02

2004-05-07 09:35

reporter   ~0005475

It isn't very secure to send a password by mail. We do it like this:

Store a random generated ID in the session and send the ID by mail. The user enter this ID and can enter a new password. The ID only is valid while the browser of the user is open!

redcom

redcom

2004-05-10 07:49

reporter   ~0005483

This seems like a very reasonable meathod to protect the users. How difficult would it be to impliment? Would there need to be another cookie?

stef02

stef02

2004-05-10 08:02

reporter   ~0005484

It's very easy to implement this. We use the PHP Session and save the SessID as cookie. So we only have one cookie for our whole site.

Another nice option is to disable the user account after 3 retries. The user now can activate his account by using the lost password function.

If you want I can try to implement this function to mantis. Please describe how I can do this (CVS?)

vboctor

vboctor

2004-07-19 16:59

manager   ~0006153

Reminder sent to masc

Marcello, can you please update this issue with the discussions that occurred in mantisbt-dev?