You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, jack is both a user and admin, and alexa is just an admin. Want to anonymize like so:
users
id
username
password_hash
1
user_1
anonymized
2
jack
xxxx
3
user_3
anonymized
4
alexa
xxxx
(the other tables remain the same)
The use case is that we provide anonymized QA environments to our clients, but the people in the admin group still need to be able to login in order to test the QA environment.
Is it possible to filter/template based on related data? Here is my use-case. Suppose I have an M:N user-group relation like so:
Now, I want to anonymize all users, except if they belong to a group that has
anonymize: false
. Is that possible?The text was updated successfully, but these errors were encountered: