-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Delete console users #7425
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
Delete console users #7425
Conversation
->inject('dbForConsole') | ||
->inject('queueForDeletes') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should have a parameter for a --dry-run ( be default it needs to be true )
and have a confirmation where we have to type "YES" to proceed
bin/patch-delete-console-users
Outdated
@@ -0,0 +1,3 @@ | |||
#!/bin/sh | |||
|
|||
php /usr/src/code/app/cli.php patch-delete-console-users $@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move these scripts to the cloud repository
->addAction(PatchDeleteConsoleUsers::getName(), new PatchDeleteConsoleUsers()) | ||
->addAction(GetMigrationStats::getName(), new GetMigrationStats()) | ||
|
||
->addAction(PatchDeleteConsoleUsers::getName(), new PatchDeleteConsoleUsers()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Task is added twice
The API part was already merged by Thorsten |
No description provided.