user id needs to be always unique

Issue #588 invalid
Reimar Bauer created an issue

We have to enumerate or use a complex number or something else to get always on user creation a new id.

test_server.test_uniqueness_of_user_id shows that we currently can ran in a situation where a new user gets the id of a deleted user.

Because Names of users are not unique we can ran in a situation that persons can get on one provider an identical email address. So the belonging “id” to content on our system needs to be always an unused new one.

Comments (1)

  1. Log in to comment