If I add a new user and allow him/her to edit but not to admininster and if I define in privacy.php the variable $SHOW_LIVING_NAMES = $PRIV_USER; and in config.php $HIDE_LIVE_PEOPLE = true;then this user can't only see the deceased individuals and the names of living people but not all data of the living ones.
I thought if there is a person I added to the user list he/she could see all the data of the gedcom, even of the living individuals.
What do I have done wrong???
Bye, Kurt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are not doing anything wrong, this is my fault. I only checked for admin users and forgot about regular users. I'm going to try and release a new version tonight with these fixes.
By the way, the can edit flag exists for future development of the project and currently has no effect on anything. It will be used in the future to tell whether a user can edit the data in the gedcom file.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi...
I didn't exactly understood the privacy rules :-(
If I add a new user and allow him/her to edit but not to admininster and if I define in privacy.php the variable $SHOW_LIVING_NAMES = $PRIV_USER; and in config.php $HIDE_LIVE_PEOPLE = true;then this user can't only see the deceased individuals and the names of living people but not all data of the living ones.
I thought if there is a person I added to the user list he/she could see all the data of the gedcom, even of the living individuals.
What do I have done wrong???
Bye, Kurt
Hi Kurt,
You are not doing anything wrong, this is my fault. I only checked for admin users and forgot about regular users. I'm going to try and release a new version tonight with these fixes.
By the way, the can edit flag exists for future development of the project and currently has no effect on anything. It will be used in the future to tell whether a user can edit the data in the gedcom file.
--John