Delete acremaps users
Verify User is present in Nobel DB -> If user is present, mark him/her for DELETION as follows
- SET Kratos UUID col NULL
- SET username to email
- SET name = 'USER IS DELETED, EMAIL PRESERVED IN username COLUMN'
- SET email = a new UUID, email has to be unique and doesn't let me make it as NULL
Kratos ID will be removed irrespective of user existing in Nobel DB
python main.py --config_file data/config_dev.json --user_list data/sample_input_file.txt