Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lost password hash expire #21466

Closed
michag86 opened this issue Jan 5, 2016 · 3 comments
Closed

lost password hash expire #21466

michag86 opened this issue Jan 5, 2016 · 3 comments

Comments

@michag86
Copy link
Contributor

michag86 commented Jan 5, 2016

If a user clicks on "lost password", the hash is stored until he changes it. But if the user remembers his old password, the password hash is valid until his next click on "lost password".

In my case there are about 100 users and the system is running for about a year and there are 10 lostpassword hashes.

If the reset mail with the link is sent unencrypted via smtp, maybe there is an mailadmin that knows the link too.

It would be useful if there is a timestamp generated and stored in oc_preferences as lostpasswordtime. So it would be possible to create an job that cleans up all hashs that are older as x hours (value from config.php).

@LukasReschke
Copy link
Member

This is already implemented in 8.2. See db4cb1d and #18491

@michag86
Copy link
Contributor Author

michag86 commented Jan 5, 2016

Oh sorry! I'm still using 8.1.x and searched for an issue before I created this.
Thanks!

@lock
Copy link

lock bot commented Aug 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants