Unverified Commit 9650b3f0 authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

fix(linux): Fix calculation of user hash

The `hash` method that we previously used calculates the hash based on
the memory location, i.e. with each program run we get a different value
for the same user. This change now uses the md5 algorithm so that the
same user always produces the same hash.
parent 6b4497b5
Supports Markdown
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