Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user-related operations #18

Open
magdziarek opened this issue Aug 31, 2021 · 0 comments
Open

user-related operations #18

magdziarek opened this issue Aug 31, 2021 · 0 comments
Labels
script scripts needed for ecodata maintenance

Comments

@magdziarek
Copy link

When a user deregisters from CAS BioCollect doesn't clear any data connected to the user. No personal data is stored and the observations have to be kept, however:

  • when project page is opened in the admin tab, members, if the members deregister from CAS, DataTables returns an error because the name can't be found in the authentication service - this s because userPermissions are not clean
  • to be consistent maybe we should also remove the userId from person collection (person.userId)

Potential solution:

  • periodically check the authentication system for which users don't exist anymore and remove their records from userPermissions collection, unlink their userId from personCollection
@magdziarek magdziarek added the script scripts needed for ecodata maintenance label Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
script scripts needed for ecodata maintenance
Projects
None yet
Development

No branches or pull requests

1 participant