Skip to content

ViswanathB/acremaps-userctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acremaps-userctl

Delete acremaps users

How DeleteUser works

Verify User is present in Nobel DB -> If user is present, mark him/her for DELETION as follows

  1. SET Kratos UUID col NULL
  2. SET username to email
  3. SET name = 'USER IS DELETED, EMAIL PRESERVED IN username COLUMN'
  4. 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

TO run

python main.py --config_file data/config_dev.json --user_list data/sample_input_file.txt

About

Delete acremaps users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages