Skip to content
Unverified Commit 38bb6e14 authored by Christoph Wurst's avatar Christoph Wurst Committed by Roeland Jago Douma
Browse files

Fix duplicate session token after remembered login



On a remembered login session, we create a new session token
in the database with the values of the old one. As we actually
don't need the old session token anymore, we can delete it right
away.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 8358c63f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment