Skip to content

Commit

Permalink
fix(anonymizer): reset user_structure password
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Jun 22, 2024
1 parent 0aab140 commit 7db41e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .anonymizer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ dump:
column: "email"
template: >
{{ printf "%s-%d-%[email protected]" (.GetColumnValue "role") (.GetColumnValue "structureId") (.GetColumnValue "id") }}
- name: "Cmd"
params:
<<: *cmd_default_params
args:
- "./dist/user-usager--password.js"
columns:
- name: "password"
skip_on_null_input: true

- schema: public
name: interactions
Expand Down

0 comments on commit 7db41e5

Please sign in to comment.