confirmation links don't expire #37
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: juergen/ticketfrei#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 16.09.2018 14:25
confirmation links don't expire yet. This means you can login without a password, if you find the confirmation link that created the account; works only if the frontend has not been restarted since then.
Steps to Reproduce:
Expected Behavior:
The first confirmation link redirects to the settings page, the second time to click on the link redirects to index with the error message "account already exists."
Actual Behavior:
Every time you click on the confirmation link you get redirected to the settings page. Also, a second account for the same city is registered.
Author: @b3yond Posted at: 28.10.2018 12:21
This is kind of nice when you forget your password, actually. because you can just press on the old link. But well, this kind of behavior should not be encouraged of course.
The problem is, it actually creates a new user when you click on the link again. we now have two ticketfrei users with the same city etc.
Author: @b3yond Posted at: 11.01.2019 11:43
I'm a bit ashamed that we left a security issue open for 4 months.