Calling register twice with the same data poisons the state mutex leading to Denail-of-Service
I send the register form twice with the same data which leads to the second POST request to /register fail because of an unique database constraint at self_registration.rs:79. During this the mapper does not get unlocked again which leads to a mutex poisoning. After that all calls requiring state throw an 500 error.