So, even though all users are maintained in a single table, the PK can be referenced to twice in another?
Then in relationships, you have to enter the same table twice :
t_Users --- T_Sites ---t_Users_1
A developer is responsible for a site.
A client owns the site.
Both developer & client are...