Skip to content
Commit 39974acc authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Dont allow reusing usernames



We have cases in which app developers forget to delete user data when a user is being deleted. This could be problematic as future users with the same username could then access this data.

This mitigates this risk a bit by not allowing reusing of usernames. That said, we still need to fix occurrences of these issues by deleting missed data.

Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
parent d9a97146
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